Home
last modified time | relevance | path

Searched refs:glExtGetProgramBinarySourceQCOM (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h281 {"glExtGetProgramBinarySourceQCOM", (void*)glExtGetProgramBinarySourceQCOM},
Dgl_client_context.h301 glExtGetProgramBinarySourceQCOM_client_proc_t glExtGetProgramBinarySourceQCOM; member
Dgl_client_context.cpp301glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
Dgl_entry.cpp296 …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()
Dgl_enc.cpp9218 …this->glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) &enc_unsup… in gl_encoder_context_t()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h209 {"glExtGetProgramBinarySourceQCOM", (void*)glExtGetProgramBinarySourceQCOM},
Dgl2_client_context.h211 glExtGetProgramBinarySourceQCOM_client_proc_t glExtGetProgramBinarySourceQCOM; member
Dgl2_client_context.cpp211glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
Dgl2_entry.cpp206 …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/
Dgles1_server_context.h311 glExtGetProgramBinarySourceQCOM_server_proc_t glExtGetProgramBinarySourceQCOM; member
Dgles1_server_context.cpp301glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_server_proc_t) getProc("glExtGe… in initDispatchByName()
Dgles1_dec.cpp6078 …this->glExtGetProgramBinarySourceQCOM(var_program, var_shadertype, (GLchar*)(inptr_source.get()), … in decode()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h248 glExtGetProgramBinarySourceQCOM_server_proc_t glExtGetProgramBinarySourceQCOM; member
Dgles2_server_context.cpp211glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_server_proc_t) getProc("glExtGe… in initDispatchByName()
Dgles2_dec.cpp4315 …this->glExtGetProgramBinarySourceQCOM(var_program, var_shadertype, (GLchar*)(inptr_source.get()), … in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib702 #void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar *source, GLint *len…
703 glExtGetProgramBinarySourceQCOM
Dgles1.in296 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib596 #void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar *source, GLint *len…
597 glExtGetProgramBinarySourceQCOM
Dgles2.in207 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
/hardware/google/gfxstream/include/GLES/
Dglext.h1039 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h894 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h1248 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h3583 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2ext.h3831 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2ext.h3896 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…

12