Searched refs:glExtIsProgramBinaryQCOM_t (Results 1 – 6 of 6) sorted by relevance
290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM;
290 typedef GLboolean (GL_APIENTRY *glExtIsProgramBinaryQCOM_t) (GLuint); typedef
307 …s_gl.glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_t) s_gles_lib->findSymbol("glExtIsProgra… in init_gl_dispatch()
290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM;562 …glExtIsProgramBinaryQCOM_t set_glExtIsProgramBinaryQCOM(glExtIsProgramBinaryQCOM_t f) { glExtIsPro… in set_glExtIsProgramBinaryQCOM()
290 typedef GLboolean (* glExtIsProgramBinaryQCOM_t) (GLuint); typedef
292 …d,"glExtIsProgramBinaryQCOM"); disp->set_glExtIsProgramBinaryQCOM((glExtIsProgramBinaryQCOM_t)ptr); in create_gles_dispatch()