Home
last modified time | relevance | path

Searched refs:glCopyImageSubData (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec2 void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt63 glCopyImageSubData; # introduced=24
Dentries.in114 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
/frameworks/base/opengl/java/android/opengl/
DGLES32.java249 public static native void glCopyImageSubData( in glCopyImageSubData() method in GLES32
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubData);
955 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyImageSubData); in init_stub_library()
Dstubs_arm64.cc107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubData);
955 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyImageSubData); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubData);
955 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyImageSubData); in init_stub_library()
Dstubs_arm.cc107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubData);
955 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyImageSubData); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h123 #define glCopyImageSubData wrap_glCopyImageSubData macro
Dgles_undefine.h123 #undef glCopyImageSubData
Dgles_stubs.in946 void API_ENTRY(glCopyImageSubData)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
947 …CALL_GL_API(glCopyImageSubData, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget…
Dgles_decls.in316 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in946 void API_ENTRY(glCopyImageSubData)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
947 …CALL_GL_API(glCopyImageSubData, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget…
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp432 glCopyImageSubData( in android_glCopyImageSubData__IIIIIIIIIIIIIII()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1779 GL_APICALL void GL_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, G…
/frameworks/base/non-updatable-api/
Dcurrent.txt33859 …method public static void glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int…
/frameworks/base/api/
Dcurrent.txt34003 …method public static void glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int…