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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 284 glExtGetTexLevelParameterivQCOM_t glExtGetTexLevelParameterivQCOM;
gl_proc.h 284 typedef void (GL_APIENTRY *glExtGetTexLevelParameterivQCOM_t) (GLuint, GLenum, GLint, GLenum, GLint*);
GLDispatch.cpp 301 s_gl.glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_t) s_gles_lib->findSymbol("glExtGetTexLevelParameterivQCOM");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 284 glExtGetTexLevelParameterivQCOM_t glExtGetTexLevelParameterivQCOM;
    [all...]
gles_proc.h 284 typedef void (* glExtGetTexLevelParameterivQCOM_t) (GLuint, GLenum, GLint, GLenum, GLint*);
gles_dispatch.cpp 286 ptr = dlsym(gles_android,"glExtGetTexLevelParameterivQCOM"); disp->set_glExtGetTexLevelParameterivQCOM((glExtGetTexLevelParameterivQCOM_t)ptr);

Completed in 596 milliseconds