Home
last modified time | relevance | path

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

12

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp55 static void glExtGetProgramBinarySourceQCOM(GLuint, GLenum, GLchar*, GLint*) { in glExtGetProgramBinarySourceQCOM() function
399 glExtGetProgramBinarySourceQCOM = ::glExtGetProgramBinarySourceQCOM; in GLESv1()
DGLESv3.cpp58 static void glExtGetProgramBinarySourceQCOM(GLuint, GLenum, GLchar*, GLint*) { in glExtGetProgramBinarySourceQCOM() function
604 glExtGetProgramBinarySourceQCOM = ::glExtGetProgramBinarySourceQCOM; in GLESv3()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h288 {"glExtGetProgramBinarySourceQCOM", (void *)glExtGetProgramBinarySourceQCOM},
Dgles_dispatch.h291 glExtGetProgramBinarySourceQCOM_t glExtGetProgramBinarySourceQCOM; member
563 … glExtGetProgramBinarySourceQCOM_t retval = glExtGetProgramBinarySourceQCOM; glExtGetProgramBinary… in set_glExtGetProgramBinarySourceQCOM()
Dgles.cpp1396 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/
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()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds99 glExtGetProgramBinarySourceQCOM;
Dgles3.lds122 glExtGetProgramBinarySourceQCOM;
Dgles1_wrapper_context.h301 glExtGetProgramBinarySourceQCOM_wrapper_proc_t glExtGetProgramBinarySourceQCOM; member
Dgles3_wrapper_context.h211 glExtGetProgramBinarySourceQCOM_wrapper_proc_t glExtGetProgramBinarySourceQCOM; member
Dgles1_wrapper_context.cpp301glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_wrapper_proc_t) getProc("glExtG… in initDispatchByName()
Dgles3_wrapper_context.cpp211glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_wrapper_proc_t) getProc("glExtG… in initDispatchByName()
Dgles1_wrapper_entry.cpp296 …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()
Dgles1.in296 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
Dgles3_wrapper_entry.cpp206 …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/
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()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.attrib443 glExtGetProgramBinarySourceQCOM
Dgles1.in296 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib415 glExtGetProgramBinarySourceQCOM
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1244 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …

12