Searched defs:glCopyTexImage2D (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java156 void glCopyTexImage2D( method in interface:GL11ExtensionPack
H A DGL10.java370 void glCopyTexImage2D( method in interface:GL10
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp176 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) {} function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java185 public void glCopyTexImage2D(int target, int level, int internalformat, method in class:GLErrorWrapper
188 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
H A DGLES10.java441 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
443 public static native void glCopyTexImage2D( method in class:GLES10
H A DGLLogWrapper.java1377 public void glCopyTexImage2D(int target, int level, int internalformat, method in class:GLLogWrapper
1379 begin("glCopyTexImage2D");
1390 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
H A DGLES20.java516 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
518 public static native void glCopyTexImage2D( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java255 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
257 public native void glCopyTexImage2D( method in class:GLImpl

Completed in 177 milliseconds