Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage3D (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec8 void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
/frameworks/base/opengl/java/android/opengl/
DGLES30.java430 public static native void glCopyTexSubImage3D( in glCopyTexSubImage3D() method in GLES30
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h132 #define glCopyTexSubImage3D wrap_glCopyTexSubImage3D macro
Dunwrap_gles.h132 #undef glCopyTexSubImage3D
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in439 void API_ENTRY(glCopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
440 CALL_GL_API(glCopyTexSubImage3D, target, level, xoffset, yoffset, zoffset, x, y, width, height);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl31.h1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl32.h1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
/frameworks/native/opengl/libs/
Dentries.in113 GL_ENTRY(void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp601 glCopyTexSubImage3D( in android_glCopyTexSubImage3D__IIIIIIIII()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20196 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
/frameworks/base/api/
Dcurrent.txt26706 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
Dsystem-current.txt29146 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
Dtest-current.txt26775 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);