Searched refs:glCopyTexSubImage3D (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 8 void glCopyTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 430 public static native void glCopyTexSubImage3D( in glCopyTexSubImage3D() method in GLES30
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 132 #define glCopyTexSubImage3D wrap_glCopyTexSubImage3D macro
|
D | unwrap_gles.h | 132 #undef glCopyTexSubImage3D
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 439 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/ |
D | gl3.h | 1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl31.h | 1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl32.h | 1106 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 113 GL_ENTRY(void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 601 glCopyTexSubImage3D( in android_glCopyTexSubImage3D__IIIIIIIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20196 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 26706 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
|
D | system-current.txt | 29146 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
|
D | test-current.txt | 26775 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
|