Searched defs:glCopyTexImage2D (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 156 void glCopyTexImage2D( in glCopyTexImage2D() method
|
D | GL10.java | 370 void glCopyTexImage2D( in glCopyTexImage2D() method
|
/frameworks/base/libs/hwui/tests/ |
D | nullgles.cpp | 176 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1313 void glCopyTexImage2D( in glCopyTexImage2D() function
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 443 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES10
|
D | GLErrorWrapper.java | 185 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() method in GLErrorWrapper
|
D | GLES20.java | 518 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES20
|
D | GLLogWrapper.java | 1377 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() method in GLLogWrapper
|
/frameworks/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 81 glCopyTexImage2D = 53; enumerator
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 257 public native void glCopyTexImage2D( in glCopyTexImage2D() method in GLImpl
|