HomeSort by relevance Sort by last modified time
    Searched refs:glExtGetProgramBinarySourceQCOM_t (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 291 glExtGetProgramBinarySourceQCOM_t glExtGetProgramBinarySourceQCOM;
gl_proc.h 291 typedef void (GL_APIENTRY *glExtGetProgramBinarySourceQCOM_t) (GLuint, GLenum, GLchar*, GLint*);
GLDispatch.cpp 308 s_gl.glExtGetProgramBinarySourceQCOM = (glExtGetProgramBinarySourceQCOM_t) s_gles_lib->findSymbol("glExtGetProgramBinarySourceQCOM");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 291 glExtGetProgramBinarySourceQCOM_t glExtGetProgramBinarySourceQCOM;
    [all...]
gles_proc.h 291 typedef void (* glExtGetProgramBinarySourceQCOM_t) (GLuint, GLenum, GLchar*, GLint*);
gles_dispatch.cpp 293 ptr = dlsym(gles_android,"glExtGetProgramBinarySourceQCOM"); disp->set_glExtGetProgramBinarySourceQCOM((glExtGetProgramBinarySourceQCOM_t)ptr);

Completed in 26 milliseconds