Searched refs:glCopyTexSubImage3D (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec8 void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h129 #define glCopyTexSubImage3D wrap_glCopyTexSubImage3D macro
H A Dgles_undefine.h129 #undef glCopyTexSubImage3D macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java428 // C function void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height )
430 public static native void glCopyTexSubImage3D( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl32.h1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp644 /* void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
648 glCopyTexSubImage3D(
5929 {"glCopyTexSubImage3D", "(IIIIIIIII)V", (void *) android_glCopyTexSubImage3D__IIIIIIIII },

Completed in 115 milliseconds