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/libs/GLES_trace/
H A Dgltrace.proto79 glCopyTexImage2D = 53;
/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.java512 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
514 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/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/include/GLES2/
H A Dgl2.h497 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/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/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/libagl/
H A Dtexture.cpp1313 void glCopyTexImage2D(
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp590 const GLMessage_Function GLMessage::glCopyTexImage2D; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h923 static const Function glCopyTexImage2D = GLMessage_Function_glCopyTexImage2D; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp946 glmsg.set_function(GLMessage::glCopyTexImage2D);
999 glContext->hooks->gl.glCopyTexImage2D(target, level, internalformat, x, y, width, height, border);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp370 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
374 glCopyTexImage2D(
3836 {"glCopyTexImage2D", "(IIIIIIII)V", (void *) android_glCopyTexImage2D__IIIIIIII },
H A Dandroid_opengl_GLES20.cpp481 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
485 glCopyTexImage2D(
6042 {"glCopyTexImage2D", "(IIIIIIII)V", (void *) android_glCopyTexImage2D__IIIIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp498 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
502 glCopyTexImage2D(
8509 {"glCopyTexImage2D", "(IIIIIIII)V", (void *) android_glCopyTexImage2D__IIIIIIII },
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp659 * using glCopyTexImage2D(). The layer's region is then cleared(1) in the frame
676 * Because glCopyTexImage2D() can be slow, an alternative implementation might
681 * to potentially optimize series of calls to glCopyTexImage2D, the frame
763 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA,

Completed in 394 milliseconds