Searched refs:glCopyTexSubImage2D (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java193 public void glCopyTexSubImage2D(int target, int level, int xoffset, method in class:GLErrorWrapper
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
H A DGLES10.java454 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
456 public static native void glCopyTexSubImage2D( method in class:GLES10
H A DGLLogWrapper.java1395 public void glCopyTexSubImage2D(int target, int level, int xoffset, method in class:GLLogWrapper
1397 begin("glCopyTexSubImage2D");
1408 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java381 void glCopyTexSubImage2D( method in interface:GL10
/frameworks/base/opengl/include/GLES/
H A Dgl.h652 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h497 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java258 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
260 public native void glCopyTexSubImage2D( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/base/opengl/libagl/
H A Dtexture.cpp1402 void glCopyTexSubImage2D(
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp400 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
404 glCopyTexSubImage2D(
3454 {"glCopyTexSubImage2D", "(IIIIIIII)V", (void *) android_glCopyTexSubImage2D__IIIIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp435 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
439 glCopyTexSubImage2D(
6427 {"glCopyTexSubImage2D", "(IIIIIIII)V", (void *) android_glCopyTexSubImage2D__IIIIIIII },

Completed in 71 milliseconds