Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dtexture.cpp1407 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.java533 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/libs/hwui/debug/
Dgles_redefine.h128 #define glCopyTexSubImage2D wrap_glCopyTexSubImage2D macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java273 public native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLImpl