/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 281 {"glExtGetProgramBinarySourceQCOM", (void*)glExtGetProgramBinarySourceQCOM},
|
D | gl_client_context.h | 301 glExtGetProgramBinarySourceQCOM_client_proc_t glExtGetProgramBinarySourceQCOM; member
|
D | gl_client_context.cpp | 301 …glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gl_entry.cpp | 296 …void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* len… 2049 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* leng… in glExtGetProgramBinarySourceQCOM() function 2052 ctx->glExtGetProgramBinarySourceQCOM(ctx, program, shadertype, source, length); in glExtGetProgramBinarySourceQCOM()
|
D | gl_enc.cpp | 9218 …this->glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) &enc_unsup… in gl_encoder_context_t()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 209 {"glExtGetProgramBinarySourceQCOM", (void*)glExtGetProgramBinarySourceQCOM},
|
D | gl2_client_context.h | 211 glExtGetProgramBinarySourceQCOM_client_proc_t glExtGetProgramBinarySourceQCOM; member
|
D | gl2_client_context.cpp | 211 …glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gl2_entry.cpp | 206 …void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* len… 1662 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* leng… in glExtGetProgramBinarySourceQCOM() function 1665 ctx->glExtGetProgramBinarySourceQCOM(ctx, program, shadertype, source, length); in glExtGetProgramBinarySourceQCOM()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 311 glExtGetProgramBinarySourceQCOM_server_proc_t glExtGetProgramBinarySourceQCOM; member
|
D | gles1_server_context.cpp | 301 …glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_server_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gles1_dec.cpp | 6078 …this->glExtGetProgramBinarySourceQCOM(var_program, var_shadertype, (GLchar*)(inptr_source.get()), … in decode()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 248 glExtGetProgramBinarySourceQCOM_server_proc_t glExtGetProgramBinarySourceQCOM; member
|
D | gles2_server_context.cpp | 211 …glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_server_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gles2_dec.cpp | 4315 …this->glExtGetProgramBinarySourceQCOM(var_program, var_shadertype, (GLchar*)(inptr_source.get()), … in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 702 #void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar *source, GLint *len… 703 glExtGetProgramBinarySourceQCOM
|
D | gles1.in | 296 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 596 #void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar *source, GLint *len… 597 glExtGetProgramBinarySourceQCOM
|
D | gles2.in | 207 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 1039 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 894 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 1248 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 3583 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 3831 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 3896 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
|