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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 280 glExtGetTexturesQCOM_t glExtGetTexturesQCOM;
gl_proc.h 280 typedef void (GL_APIENTRY *glExtGetTexturesQCOM_t) (GLuint*, GLint, GLint*);
GLDispatch.cpp 297 s_gl.glExtGetTexturesQCOM = (glExtGetTexturesQCOM_t) s_gles_lib->findSymbol("glExtGetTexturesQCOM");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 280 glExtGetTexturesQCOM_t glExtGetTexturesQCOM;
    [all...]
gles_proc.h 280 typedef void (* glExtGetTexturesQCOM_t) (GLuint*, GLint, GLint*);
gles_dispatch.cpp 282 ptr = dlsym(gles_android,"glExtGetTexturesQCOM"); disp->set_glExtGetTexturesQCOM((glExtGetTexturesQCOM_t)ptr);

Completed in 26 milliseconds