Searched refs:glCopyTexImage2D (Results 1 - 21 of 21) 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/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
H A DGLES20.spec24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
/frameworks/base/opengl/java/android/opengl/
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 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 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
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,
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h127 #define glCopyTexImage2D wrap_glCopyTexImage2D macro
H A Dgles_undefine.h127 #undef glCopyTexImage2D macro
/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
/frameworks/native/opengl/include/GLES/
H A Dgl.h652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1306 void glCopyTexImage2D(
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp729 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
733 glCopyTexImage2D(
3432 {"glCopyTexImage2D", "(IIIIIIII)V", (void *) android_glCopyTexImage2D__IIIIIIII },
H A Dandroid_opengl_GLES20.cpp847 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
851 glCopyTexImage2D(
6508 {"glCopyTexImage2D", "(IIIIIIII)V", (void *) android_glCopyTexImage2D__IIIIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp538 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
542 glCopyTexImage2D(
9113 {"glCopyTexImage2D", "(IIIIIIII)V", (void *) android_glCopyTexImage2D__IIIIIIII },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
H A Dgl31.h551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
H A Dgl32.h551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);

Completed in 380 milliseconds