/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 55 static void glExtGetProgramBinarySourceQCOM(GLuint, GLenum, GLchar*, GLint*) { in glExtGetProgramBinarySourceQCOM() function 399 glExtGetProgramBinarySourceQCOM = ::glExtGetProgramBinarySourceQCOM; in GLESv1()
|
D | GLESv3.cpp | 58 static void glExtGetProgramBinarySourceQCOM(GLuint, GLenum, GLchar*, GLint*) { in glExtGetProgramBinarySourceQCOM() function 604 glExtGetProgramBinarySourceQCOM = ::glExtGetProgramBinarySourceQCOM; in GLESv3()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 288 {"glExtGetProgramBinarySourceQCOM", (void *)glExtGetProgramBinarySourceQCOM},
|
D | gles_dispatch.h | 291 glExtGetProgramBinarySourceQCOM_t glExtGetProgramBinarySourceQCOM; member 563 … glExtGetProgramBinarySourceQCOM_t retval = glExtGetProgramBinarySourceQCOM; glExtGetProgramBinary… in set_glExtGetProgramBinarySourceQCOM()
|
D | gles.cpp | 1396 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar *source, GLint *leng… in glExtGetProgramBinarySourceQCOM() function 1398 getDispatch()->glExtGetProgramBinarySourceQCOM(program, shadertype, source, length); in glExtGetProgramBinarySourceQCOM()
|
/device/generic/goldfish-opengl/system/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()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 99 glExtGetProgramBinarySourceQCOM;
|
D | gles3.lds | 122 glExtGetProgramBinarySourceQCOM;
|
D | gles1_wrapper_context.h | 301 glExtGetProgramBinarySourceQCOM_wrapper_proc_t glExtGetProgramBinarySourceQCOM; member
|
D | gles3_wrapper_context.h | 211 glExtGetProgramBinarySourceQCOM_wrapper_proc_t glExtGetProgramBinarySourceQCOM; member
|
D | gles1_wrapper_context.cpp | 301 …glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_wrapper_proc_t) getProc("glExtG… in initDispatchByName()
|
D | gles3_wrapper_context.cpp | 211 …glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_wrapper_proc_t) getProc("glExtG… in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 296 …void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* len… 2035 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* leng… in glExtGetProgramBinarySourceQCOM() function 2038 ctx->glExtGetProgramBinarySourceQCOM( program, shadertype, source, length); in glExtGetProgramBinarySourceQCOM()
|
D | gles1.in | 296 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
|
D | gles3_wrapper_entry.cpp | 206 …void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* len… 1615 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar* source, GLint* leng… in glExtGetProgramBinarySourceQCOM() function 1618 ctx->glExtGetProgramBinarySourceQCOM( program, shadertype, source, length); in glExtGetProgramBinarySourceQCOM()
|
/device/generic/goldfish-opengl/system/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()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 443 glExtGetProgramBinarySourceQCOM
|
D | gles1.in | 296 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 415 glExtGetProgramBinarySourceQCOM
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 1244 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
|