HomeSort by relevance Sort by last modified time
    Searched refs:glTexSubImage2D (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
GLES20.spec 112 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 163 glTexSubImage2D_t glTexSubImage2D;
435 glTexSubImage2D_t set_glTexSubImage2D(glTexSubImage2D_t f) { glTexSubImage2D_t retval = glTexSubImage2D; glTexSubImage2D = f; return retval;}
    [all...]
gles.cpp 756 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
758 getDispatch()->glTexSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]
gl_rsurf.cpp 447 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, theRect->t,
574 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, theRect->t,
805 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, theRect->t,
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
Context.java 360 case glTexSubImage2D:
CodeGen.java 51 case glTexSubImage2D:
77 "glTexSubImage2D(%s, %d, %d, %d, %d, %d, %s, %s, texData);CHKERR;",
    [all...]
DebuggerMessage.java 140 glTexSubImage2D(110, 110),
338 case 110: return glTexSubImage2D;
    [all...]
MessageParser.java 552 case glTexSubImage2D:
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GLUtils.cpp 535 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, bitmap.width(), bitmap.height(),
538 if (GLUtils::checkGlError("glTexSubImage2D")) {
539 XLOG("GL ERROR: glTexSubImage2D parameters are : bitmap.width() %d, bitmap.height() %d,"
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 812 public void glTexSubImage2D(int target, int level, int xoffset,
816 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 934 void glTexSubImage2D(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 702 public void glTexSubImage2D(
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
Context.java 360 case glTexSubImage2D:
CodeGen.java 51 case glTexSubImage2D:
77 "glTexSubImage2D(%s, %d, %d, %d, %d, %d, %s, %s, texData);CHKERR;",
    [all...]
DebuggerMessage.java 140 glTexSubImage2D(110, 110),
338 case 110: return glTexSubImage2D;
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 130 void (GLAPIENTRY *GLDispatch::glTexSubImage2D)(GLenum,GLint,GLint,GLint,GLsizei,GLsizei,GLenum,GLenum,const GLvoid *) = NULL;
366 LOAD_GL_FUNC(glTexSubImage2D);
  /development/ndk/platforms/android-4/include/GLES/
gl.h     [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 584 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 584 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 93 static void (GLAPIENTRY *glTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 186 s_gl.glTexSubImage2D = (glTexSubImage2D_t) s_gles_lib->findSymbol("glTexSubImage2D");

Completed in 460 milliseconds

12 3 4 5