Home
last modified time | relevance | path

Searched defs:glCopyTexImage2D (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java156 void glCopyTexImage2D( in glCopyTexImage2D() method
DGL10.java370 void glCopyTexImage2D( in glCopyTexImage2D() method
/frameworks/native/opengl/libagl/
Dtexture.cpp1313 void glCopyTexImage2D( in glCopyTexImage2D() function
/frameworks/base/opengl/java/android/opengl/
DGLES10.java443 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES10
DGLErrorWrapper.java185 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() method in GLErrorWrapper
DGLES20.java518 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES20
DGLLogWrapper.java1377 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto79 glCopyTexImage2D = 53; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp885 const GLMessage_Function GLMessage::glCopyTexImage2D; member in android::gltrace::GLMessage
Dgltrace.pb.h1233 static const Function glCopyTexImage2D = GLMessage_Function_glCopyTexImage2D; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java257 public native void glCopyTexImage2D( in glCopyTexImage2D() method in GLImpl