Home
last modified time | relevance | path

Searched refs:glWeightPointerOES (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h238 {"glWeightPointerOES", (void *)glWeightPointerOES},
Dgles_dispatch.h241 glWeightPointerOES_t glWeightPointerOES; member
513 …(glWeightPointerOES_t f) { glWeightPointerOES_t retval = glWeightPointerOES; glWeightPointerOES = … in set_glWeightPointerOES()
Dgles.cpp1146 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) in glWeightPointerOES() function
1148 getDispatch()->glWeightPointerOES(size, type, stride, pointer); in glWeightPointerOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h230 {"glWeightPointerOES", (void*)glWeightPointerOES},
Dgl_client_context.h250 glWeightPointerOES_client_proc_t glWeightPointerOES; member
Dgl_client_context.cpp250 glWeightPointerOES = (glWeightPointerOES_client_proc_t) getProc("glWeightPointerOES", userData); in initDispatchByName()
Dgl_entry.cpp245 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
1739 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glWeightPointerOES() function
1742 ctx->glWeightPointerOES(ctx, size, type, stride, pointer); in glWeightPointerOES()
DGLEncoder.cpp1044 OVERRIDE(glWeightPointerOES); in GLEncoder()
Dgl_enc.cpp8609 this->glWeightPointerOES = (glWeightPointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in40 API_ENTRY(glWeightPointerOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib324 glWeightPointerOES
Dgles1.in245 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h810 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…