Searched refs:glExtIsProgramBinaryQCOM (Results 1 – 20 of 20) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 84 static GLboolean glExtIsProgramBinaryQCOM(GLuint) { in glExtIsProgramBinaryQCOM() function 406 glExtIsProgramBinaryQCOM = ::glExtIsProgramBinaryQCOM; in GLESv1()
|
D | GLESv3.cpp | 87 static GLboolean glExtIsProgramBinaryQCOM(GLuint) { in glExtIsProgramBinaryQCOM() function 611 glExtIsProgramBinaryQCOM = ::glExtIsProgramBinaryQCOM; in GLESv3()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 287 {"glExtIsProgramBinaryQCOM", (void *)glExtIsProgramBinaryQCOM},
|
D | gles_dispatch.h | 290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM; member 562 …aryQCOM_t f) { glExtIsProgramBinaryQCOM_t retval = glExtIsProgramBinaryQCOM; glExtIsProgramBinaryQ… in set_glExtIsProgramBinaryQCOM()
|
D | gles.cpp | 1391 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function 1393 return getDispatch()->glExtIsProgramBinaryQCOM(program); in glExtIsProgramBinaryQCOM()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 280 {"glExtIsProgramBinaryQCOM", (void*)glExtIsProgramBinaryQCOM},
|
D | gl_client_context.h | 300 glExtIsProgramBinaryQCOM_client_proc_t glExtIsProgramBinaryQCOM; member
|
D | gl_client_context.cpp | 300 …glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) getProc("glExtIsProgramBinaryQ… in initDispatchByName()
|
D | gl_entry.cpp | 295 GLboolean glExtIsProgramBinaryQCOM(GLuint program); 2043 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function 2046 return ctx->glExtIsProgramBinaryQCOM(ctx, program); in glExtIsProgramBinaryQCOM()
|
D | gl_enc.cpp | 8659 this->glExtIsProgramBinaryQCOM = &glExtIsProgramBinaryQCOM_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 208 {"glExtIsProgramBinaryQCOM", (void*)glExtIsProgramBinaryQCOM},
|
D | gl2_client_context.h | 210 glExtIsProgramBinaryQCOM_client_proc_t glExtIsProgramBinaryQCOM; member
|
D | gl2_client_context.cpp | 210 …glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) getProc("glExtIsProgramBinaryQ… in initDispatchByName()
|
D | gl2_entry.cpp | 205 GLboolean glExtIsProgramBinaryQCOM(GLuint program); 1643 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function 1646 return ctx->glExtIsProgramBinaryQCOM(ctx, program); in glExtIsProgramBinaryQCOM()
|
D | gl2_enc.cpp | 11770 this->glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 412 glExtIsProgramBinaryQCOM
|
D | gles3.in | 202 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 295 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 1243 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 1866 GL_APICALL GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
|