HomeSort by relevance Sort by last modified time
    Searched defs:glTexSubImage2D (Results 1 - 25 of 32) sorted by null

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 149 void (GLAPIENTRY *glTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
GLEScmImp.cpp 458 ctx->dispatcher().glTexSubImage2D(target,level,xoffset,yoffset,width,height,uncompressedFrmt,GL_UNSIGNED_BYTE,uncompressed);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 645 public void glTexSubImage2D(int target, int level, int xoffset,
648 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [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/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);
  /external/quake/quake/src/WinQuake/
glquake.h 424 #define glTexSubImage2D(...) do { glTexSubImage2D(__VA_ARGS__); GLCHECK("glTexSubImage2D");} while(0)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1075 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1077 public native void glTexSubImage2D(
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 702 public void glTexSubImage2D(
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 812 public void glTexSubImage2D(int target, int level, int xoffset,
816 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
    [all...]
GLLogWrapper.java     [all...]
GLES10.java     [all...]
GLES20.java     [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 163 glTexSubImage2D_t glTexSubImage2D;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
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...]
gles_dispatch.h 163 glTexSubImage2D_t glTexSubImage2D;
435 glTexSubImage2D_t set_glTexSubImage2D(glTexSubImage2D_t f) { glTexSubImage2D_t retval = glTexSubImage2D; glTexSubImage2D = f; return retval;}
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 349 const Message_Function Message::glTexSubImage2D;
    [all...]
debugger_message.pb.h 423 static const Function glTexSubImage2D = Message_Function_glTexSubImage2D;
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 140 glTexSubImage2D(110, 110),
338 case 110: return glTexSubImage2D;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 934 void glTexSubImage2D(
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 140 glTexSubImage2D(110, 110),
338 case 110: return glTexSubImage2D;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 213 milliseconds

1 2