Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dtexture.cpp1420 void glCopyTexSubImage2D( in glCopyTexSubImage2D() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto80 glCopyTexSubImage2D = 54; enumerator
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java381 void glCopyTexSubImage2D( in glCopyTexSubImage2D() method
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp695 const GLMessage_Function GLMessage::glCopyTexSubImage2D; member in android::gltrace::GLMessage
Dgltrace.pb.h1043 static const Function glCopyTexSubImage2D = GLMessage_Function_glCopyTexSubImage2D; variable
/frameworks/base/opengl/java/android/opengl/
DGLES10.java456 public static native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLES10
DGLErrorWrapper.java193 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLErrorWrapper
DGLES20.java531 public static native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLES20
DGLLogWrapper.java1395 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java270 public native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLImpl