Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage3D (Results 1 – 20 of 20) 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/libGLESv3/
Dstubs_arm.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/libGLESv2/
Dstubs_arm64.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3D);
961 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage3D); in init_stub_library()
Dstubs_arm.cc113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexSubImage3D);
961 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexSubImage3D); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h129 #define glCopyTexSubImage3D wrap_glCopyTexSubImage3D macro
Dgles_undefine.h129 #undef glCopyTexSubImage3D
Dgles_stubs.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);
Dgles_decls.in147 GL_ENTRY(void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
/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.cpp613 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/non-updatable-api/
Dcurrent.txt32873 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);
/frameworks/base/api/
Dcurrent.txt33017 method public static void glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int);