Searched refs:glCopyImageSubData (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES32.spec | 2 void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 63 glCopyImageSubData; # introduced=24
|
D | entries.in | 114 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES32.java | 249 public static native void glCopyImageSubData( in glCopyImageSubData() method in GLES32
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubData); 955 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyImageSubData); in init_stub_library()
|
D | stubs_arm64.cc | 107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubData); 955 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyImageSubData); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubData); 955 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyImageSubData); in init_stub_library()
|
D | stubs_arm.cc | 107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubData); 955 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyImageSubData); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 123 #define glCopyImageSubData wrap_glCopyImageSubData macro
|
D | gles_undefine.h | 123 #undef glCopyImageSubData
|
D | gles_stubs.in | 946 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…
|
D | gles_decls.in | 316 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 946 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/ |
D | android_opengl_GLES32.cpp | 432 glCopyImageSubData( in android_glCopyImageSubData__IIIIIIIIIIIIIII()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1779 GL_APICALL void GL_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, G…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33859 …method public static void glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int…
|
/frameworks/base/api/ |
D | current.txt | 34003 …method public static void glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int…
|