Home
last modified time | relevance | path

Searched defs:glTexSubImage2D (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/tests/
Dnullgles.cpp225 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() function
/frameworks/native/opengl/libagl/
Dtexture.cpp1235 void glTexSubImage2D( in glTexSubImage2D() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java934 void glTexSubImage2D( in glTexSubImage2D() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1253 public static native void glTexSubImage2D( in glTexSubImage2D() method in GLES10
DGLErrorWrapper.java812 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() method in GLErrorWrapper
DGLES20.java1496 public static native void glTexSubImage2D( in glTexSubImage2D() method in GLES20
DGLLogWrapper.java2527 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto365 glTexSubImage2D = 337; enumerator
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1078 public native void glTexSubImage2D( in glTexSubImage2D() method in GLImpl