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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 285 glExtTexObjectStateOverrideiQCOM_t glExtTexObjectStateOverrideiQCOM;
gl_proc.h 285 typedef void (GL_APIENTRY *glExtTexObjectStateOverrideiQCOM_t) (GLenum, GLenum, GLint);
GLDispatch.cpp 302 s_gl.glExtTexObjectStateOverrideiQCOM = (glExtTexObjectStateOverrideiQCOM_t) s_gles_lib->findSymbol("glExtTexObjectStateOverrideiQCOM");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 285 glExtTexObjectStateOverrideiQCOM_t glExtTexObjectStateOverrideiQCOM;
    [all...]
gles_proc.h 285 typedef void (* glExtTexObjectStateOverrideiQCOM_t) (GLenum, GLenum, GLint);
gles_dispatch.cpp 287 ptr = dlsym(gles_android,"glExtTexObjectStateOverrideiQCOM"); disp->set_glExtTexObjectStateOverrideiQCOM((glExtTexObjectStateOverrideiQCOM_t)ptr);

Completed in 53 milliseconds