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/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java381 void glCopyTexSubImage2D( in glCopyTexSubImage2D() method
/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/native/opengl/libs/GLES_trace/
Dgltrace.proto80 glCopyTexSubImage2D = 54; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp886 const GLMessage_Function GLMessage::glCopyTexSubImage2D; member in android::gltrace::GLMessage
Dgltrace.pb.h1234 static const Function glCopyTexSubImage2D = GLMessage_Function_glCopyTexSubImage2D; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java270 public native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLImpl