Searched refs:glWeightPointerOES (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 238 {"glWeightPointerOES", (void *)glWeightPointerOES},
|
D | gles_dispatch.h | 241 glWeightPointerOES_t glWeightPointerOES; member 513 …(glWeightPointerOES_t f) { glWeightPointerOES_t retval = glWeightPointerOES; glWeightPointerOES = … in set_glWeightPointerOES()
|
D | gles.cpp | 1146 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/ |
D | gl_ftable.h | 230 {"glWeightPointerOES", (void*)glWeightPointerOES},
|
D | gl_client_context.h | 250 glWeightPointerOES_client_proc_t glWeightPointerOES; member
|
D | gl_client_context.cpp | 250 glWeightPointerOES = (glWeightPointerOES_client_proc_t) getProc("glWeightPointerOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 246 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()
|
D | GLEncoder.cpp | 974 OVERRIDE(glWeightPointerOES); in GLEncoder()
|
D | gl_enc.cpp | 8408 this->glWeightPointerOES = (glWeightPointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
|
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 40 API_ENTRY(glWeightPointerOES,
|