Home
last modified time | relevance | path

Searched refs:glExtIsProgramBinaryQCOM (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h287 {"glExtIsProgramBinaryQCOM", (void *)glExtIsProgramBinaryQCOM},
Dgles_dispatch.h290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM; member
562 …aryQCOM_t f) { glExtIsProgramBinaryQCOM_t retval = glExtIsProgramBinaryQCOM; glExtIsProgramBinaryQ… in set_glExtIsProgramBinaryQCOM()
Dgles.cpp1391 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
1393 return getDispatch()->glExtIsProgramBinaryQCOM(program); in glExtIsProgramBinaryQCOM()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h280 {"glExtIsProgramBinaryQCOM", (void*)glExtIsProgramBinaryQCOM},
Dgl_client_context.h300 glExtIsProgramBinaryQCOM_client_proc_t glExtIsProgramBinaryQCOM; member
Dgl_client_context.cpp300glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) getProc("glExtIsProgramBinaryQ… in initDispatchByName()
Dgl_entry.cpp295 GLboolean glExtIsProgramBinaryQCOM(GLuint program);
2041 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
2044 return ctx->glExtIsProgramBinaryQCOM(ctx, program); in glExtIsProgramBinaryQCOM()
Dgl_enc.cpp8573 this->glExtIsProgramBinaryQCOM = &glExtIsProgramBinaryQCOM_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h208 {"glExtIsProgramBinaryQCOM", (void*)glExtIsProgramBinaryQCOM},
Dgl2_client_context.h210 glExtIsProgramBinaryQCOM_client_proc_t glExtIsProgramBinaryQCOM; member
Dgl2_client_context.cpp210glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) getProc("glExtIsProgramBinaryQ… in initDispatchByName()
Dgl2_entry.cpp205 GLboolean glExtIsProgramBinaryQCOM(GLuint program);
1628 GLboolean glExtIsProgramBinaryQCOM(GLuint program) in glExtIsProgramBinaryQCOM() function
1631 return ctx->glExtIsProgramBinaryQCOM(ctx, program); in glExtIsProgramBinaryQCOM()
Dgl2_enc.cpp11247 this->glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h1243 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h1866 GL_APICALL GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);