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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 202 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...]
gl2_client_context.h 204 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 292 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...]
gl_client_context.h 294 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp     [all...]
gles_dispatch.h 286 glExtGetTexSubImageQCOM_t glExtGetTexSubImageQCOM;
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 286 glExtGetTexSubImageQCOM_t glExtGetTexSubImageQCOM;
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 752 const GLMessage_Function GLMessage::glExtGetTexSubImageQCOM;
    [all...]
gltrace.pb.h     [all...]
  /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 947 milliseconds