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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 296 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
gl_entry.cpp 291 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp     [all...]
gles_dispatch.h 286 glExtGetTexSubImageQCOM_t glExtGetTexSubImageQCOM;
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 206 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
gl2_entry.cpp 201 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 257 #define glExtGetTexSubImageQCOM wrap_glExtGetTexSubImageQCOM
    [all...]
gles_undefine.h 257 #undef glExtGetTexSubImageQCOM
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 142 glExtGetTexSubImageQCOM(111, 111),
739 case 111: return glExtGetTexSubImageQCOM;
    [all...]

Completed in 1360 milliseconds