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

/frameworks/base/libs/hwui/
H A DBakedOpRenderer.cpp111 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0,
/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/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/libs/hwui/debug/
H A Dgles_redefine.h128 #define glCopyTexSubImage2D wrap_glCopyTexSubImage2D macro
H A Dgles_undefine.h128 #undef glCopyTexSubImage2D macro
/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/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/GLES2/
H A Dgl2.h552 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.cpp1413 void glCopyTexSubImage2D(
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp745 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
749 glCopyTexSubImage2D(
3433 {"glCopyTexSubImage2D", "(IIIIIIII)V", (void *) android_glCopyTexSubImage2D__IIIIIIII },
H A Dandroid_opengl_GLES20.cpp863 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
867 glCopyTexSubImage2D(
6509 {"glCopyTexSubImage2D", "(IIIIIIII)V", (void *) android_glCopyTexSubImage2D__IIIIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp554 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
558 glCopyTexSubImage2D(
9114 {"glCopyTexSubImage2D", "(IIIIIIII)V", (void *) android_glCopyTexSubImage2D__IIIIIIII },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h552 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.h552 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl32.h552 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);

Completed in 897 milliseconds