/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 140 {"glTexCoordPointer", (void*)glTexCoordPointer},
|
D | gl_client_context.h | 142 glTexCoordPointer_client_proc_t glTexCoordPointer; member
|
D | gl_client_context.cpp | 142 glTexCoordPointer = (glTexCoordPointer_client_proc_t) getProc("glTexCoordPointer", userData); in initDispatchByName()
|
D | gl_entry.cpp | 137 void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer); 1087 void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glTexCoordPointer() function 1090 ctx->glTexCoordPointer(ctx, size, type, stride, pointer); in glTexCoordPointer()
|
D | GLEncoder.cpp | 1047 OVERRIDE(glTexCoordPointer); in GLEncoder()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 160 ctx->glTexCoordPointer(size, type, stride, SafePointerFromUInt(offset)); in s_glTexCoordPointerOffset() 243 ctx->glTexCoordPointer(size, type, 0, in s_glTexCoordPointerData()
|
D | gles1_server_context.h | 146 glTexCoordPointer_server_proc_t glTexCoordPointer; member
|
D | gles1_server_context.cpp | 142 glTexCoordPointer = (glTexCoordPointer_server_proc_t) getProc("glTexCoordPointer", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 61 void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
|
D | gles1_only_dispatch_logging_wrappers.impl | 280 …DISPATCH_DEBUG_LOG("glTexCoordPointer(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, str…
|
D | gles12tr_internal.entries | 264 void glTexCoordPointer( GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 63 GL_APICALL void GL_APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid…
|
D | gles1_only_functions.h | 63 …X(void, glTexCoordPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), (siz…
|
D | gles12tr_internal.h | 266 …X(void, glTexCoordPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer), (size…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 233 #void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, GLvoid *pointer) 234 glTexCoordPointer
|
D | gles1.in | 130 GL_ENTRY(void, glTexCoordPointer, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 725 GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *p…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 515 GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const void *poi…
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 725 GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *p…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 432 s_glDispatch.glTexCoordPointer(size,dataType,stride,arr); in setupArr() 1726 gl.glTexCoordPointer(2,GL_FLOAT,0,texels[i]); in drawTexOES()
|
D | GLEScmImp.cpp | 1892 GL_API void GL_APIENTRY glTexCoordPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *… in glTexCoordPointer() function
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 156 …X(void, glTexCoordPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), (siz…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1126 GLAPI void GLAPIENTRY glTexCoordPointer( GLint size, GLenum type,
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1164 GLAPI void GLAPIENTRY glTexCoordPointer( GLint size, GLenum type,
|
D | gl_mangle.h | 1739 #define glTexCoordPointer MANGLE(TexCoordPointer) macro
|