Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h291 glExtGetProgramBinarySourceQCOM_t glExtGetProgramBinarySourceQCOM;
Dgl_proc.h291 typedef void (GL_APIENTRY *glExtGetProgramBinarySourceQCOM_t) (GLuint, GLenum, GLchar*, GLint*); typedef
DGLDispatch.cpp308 …s_gl.glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_t) s_gles_lib->findSymbol(… in init_gl_dispatch()
/sdk/emulator/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h291 glExtGetProgramBinarySourceQCOM_t glExtGetProgramBinarySourceQCOM;
563glExtGetProgramBinarySourceQCOM_t set_glExtGetProgramBinarySourceQCOM(glExtGetProgramBinarySourceQ… in set_glExtGetProgramBinarySourceQCOM()
Dgles_proc.h291 typedef void (* glExtGetProgramBinarySourceQCOM_t) (GLuint, GLenum, GLchar*, GLint*); typedef
Dgles_dispatch.cpp293 …arySourceQCOM"); disp->set_glExtGetProgramBinarySourceQCOM((glExtGetProgramBinarySourceQCOM_t)ptr); in create_gles_dispatch()