Home
last modified time | relevance | path

Searched refs:glExtIsProgramBinaryQCOM_t (Results 1 – 6 of 6) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM;
Dgl_proc.h290 typedef GLboolean (GL_APIENTRY *glExtIsProgramBinaryQCOM_t) (GLuint); typedef
DGLDispatch.cpp307 …s_gl.glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_t) s_gles_lib->findSymbol("glExtIsProgra… in init_gl_dispatch()
/sdk/emulator/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM;
562glExtIsProgramBinaryQCOM_t set_glExtIsProgramBinaryQCOM(glExtIsProgramBinaryQCOM_t f) { glExtIsPro… in set_glExtIsProgramBinaryQCOM()
Dgles_proc.h290 typedef GLboolean (* glExtIsProgramBinaryQCOM_t) (GLuint); typedef
Dgles_dispatch.cpp292 …d,"glExtIsProgramBinaryQCOM"); disp->set_glExtIsProgramBinaryQCOM((glExtIsProgramBinaryQCOM_t)ptr); in create_gles_dispatch()