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

/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp255 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, w / 2, h / 2);
256 checkGlError("glCopyTexSubImage2D");
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto80 glCopyTexSubImage2D = 54;
/frameworks/native/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 )
H A DGLES20.spec25 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
/frameworks/base/opengl/java/android/opengl/
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 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 DGLES20.java529 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
531 public static native void glCopyTexSubImage2D( method in class:GLES20
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/java/javax/microedition/khronos/opengles/
H A DGL10.java381 void glCopyTexSubImage2D( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java268 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
270 public native void glCopyTexSubImage2D( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/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/native/opengl/include/GLES3/
H A Dgl3.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1420 void glCopyTexSubImage2D(
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp580 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
584 glCopyTexSubImage2D(
3089 {"glCopyTexSubImage2D", "(IIIIIIII)V", (void *) android_glCopyTexSubImage2D__IIIIIIII },
H A Dandroid_opengl_GLES20.cpp698 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
702 glCopyTexSubImage2D(
6058 {"glCopyTexSubImage2D", "(IIIIIIII)V", (void *) android_glCopyTexSubImage2D__IIIIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp514 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
518 glCopyTexSubImage2D(
8510 {"glCopyTexSubImage2D", "(IIIIIIII)V", (void *) android_glCopyTexSubImage2D__IIIIIIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp886 const GLMessage_Function GLMessage::glCopyTexSubImage2D; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1234 static const Function glCopyTexSubImage2D = GLMessage_Function_glCopyTexSubImage2D; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp1015 glmsg.set_function(GLMessage::glCopyTexSubImage2D);
1068 glContext->hooks->gl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height);
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp794 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0,

Completed in 312 milliseconds