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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM;
gl_proc.h 290 typedef GLboolean (GL_APIENTRY *glExtIsProgramBinaryQCOM_t) (GLuint);
GLDispatch.cpp 307 s_gl.glExtIsProgramBinaryQCOM = (glExtIsProgramBinaryQCOM_t) s_gles_lib->findSymbol("glExtIsProgramBinaryQCOM");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 290 glExtIsProgramBinaryQCOM_t glExtIsProgramBinaryQCOM;
    [all...]
gles_proc.h 290 typedef GLboolean (* glExtIsProgramBinaryQCOM_t) (GLuint);
gles_dispatch.cpp 292 ptr = dlsym(gles_android,"glExtIsProgramBinaryQCOM"); disp->set_glExtIsProgramBinaryQCOM((glExtIsProgramBinaryQCOM_t)ptr);

Completed in 26 milliseconds