/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 229 {"glMatrixIndexPointerOES", (void*)glMatrixIndexPointerOES},
|
D | gl_client_context.h | 249 glMatrixIndexPointerOES_client_proc_t glMatrixIndexPointerOES; member
|
D | gl_client_context.cpp | 249 …glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) getProc("glMatrixIndexPointerOES… in initDispatchByName()
|
D | gl_entry.cpp | 244 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer); 1733 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glMatrixIndexPointerOES() function 1736 ctx->glMatrixIndexPointerOES(ctx, size, type, stride, pointer); in glMatrixIndexPointerOES()
|
D | GLEncoder.cpp | 1048 OVERRIDE(glMatrixIndexPointerOES); in GLEncoder()
|
D | gl_enc.cpp | 9166 this->glMatrixIndexPointerOES = (glMatrixIndexPointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 184 ctx->glMatrixIndexPointerOES(size, type, stride, SafePointerFromUInt(offset)); in s_glMatrixIndexPointerOffset() 290 …ctx->glMatrixIndexPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::… in s_glMatrixIndexPointerData()
|
D | gles1_server_context.h | 257 glMatrixIndexPointerOES_server_proc_t glMatrixIndexPointerOES; member
|
D | gles1_server_context.cpp | 249 …glMatrixIndexPointerOES = (glMatrixIndexPointerOES_server_proc_t) getProc("glMatrixIndexPointerOES… in initDispatchByName()
|
D | gles1_dec.cpp | 4883 …this->glMatrixIndexPointerOES(var_size, var_type, var_stride, (const GLvoid*)(inptr_pointer.get())… in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 48 void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 220 …DISPATCH_DEBUG_LOG("glMatrixIndexPointerOES(size:%d, type:0x%X, stride:%d, pointer:%p)", size, typ…
|
D | gles12tr_internal.entries | 208 void glMatrixIndexPointerOES( GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 51 GL_APICALL void GL_APIENTRY glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const …
|
D | gles1_extensions_functions.h | 51 …X(void, glMatrixIndexPointerOES, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)…
|
D | gles12tr_internal.h | 210 …X(void, glMatrixIndexPointerOES, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer),…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 36 API_ENTRY(glMatrixIndexPointerOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 36 API_ENTRY(glMatrixIndexPointerOES,
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 524 #void glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, GLvoid *pointer) 525 glMatrixIndexPointerOES
|
D | gles1.in | 244 GL_ENTRY(void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid * poi…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 135 GL_API void GL_APIENTRY glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvo… 272 …OES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glMatrixIndexPointerOES); in getProcAddressGles1() 2821 GL_API void GL_APIENTRY glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const GLvo… in glMatrixIndexPointerOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 705 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLv…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 357 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const voi…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 813 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLv…
|