HomeSort by relevance Sort by last modified time
    Searched defs:glExtGetTexLevelParameterivQCOM (Results 1 - 9 of 9) sorted by null

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 294 glExtGetTexLevelParameterivQCOM_client_proc_t glExtGetTexLevelParameterivQCOM;
gl_entry.cpp 289 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint* params);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp     [all...]
gles_dispatch.h 284 glExtGetTexLevelParameterivQCOM_t glExtGetTexLevelParameterivQCOM;
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 204 glExtGetTexLevelParameterivQCOM_client_proc_t glExtGetTexLevelParameterivQCOM;
gl2_entry.cpp 199 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint* params);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 257 #define glExtGetTexLevelParameterivQCOM wrap_glExtGetTexLevelParameterivQCOM
    [all...]
gles_undefine.h 256 #undef glExtGetTexLevelParameterivQCOM
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 141 glExtGetTexLevelParameterivQCOM(110, 110),
738 case 110: return glExtGetTexLevelParameterivQCOM;
    [all...]

Completed in 217 milliseconds