Home
last modified time | relevance | path

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

/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/
Dgltrace.proto363 glTexSubImage2D = 337; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1169 const GLMessage_Function GLMessage::glTexSubImage2D; member in android::gltrace::GLMessage
Dgltrace.pb.h1517 static const Function glTexSubImage2D = GLMessage_Function_glTexSubImage2D; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1078 public native void glTexSubImage2D( in glTexSubImage2D() method in GLImpl