Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt67 glCopyTexSubImage3D;
Dentries.in120 GL_ENTRY(void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
/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/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3D);
961 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexSubImage3D); in init_stub_library()
Dstubs_riscv64.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3D);
961 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexSubImage3D); in init_stub_library()
Dstubs_arm64.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3D);
961 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexSubImage3D); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3D);
961 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage3D); in init_stub_library()
Dstubs_arm64.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3D);
961 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage3D); in init_stub_library()
Dstubs_riscv64.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3D);
961 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage3D); in init_stub_library()
/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.h1104 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/base/core/jni/
Dandroid_opengl_GLES30.cpp614 glCopyTexSubImage3D( in android_glCopyTexSubImage3D__IIIIIIIII()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20196 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31127 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);