/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint sr…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 413 public static native void glCopyImageSubDataEXT( in glCopyImageSubDataEXT() method in GLES31Ext
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 64 glCopyImageSubDataEXT; # introduced=21
|
D | entries.in | 115 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubDataEXT); 956 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyImageSubDataEXT); in init_stub_library()
|
D | stubs_arm64.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubDataEXT); 956 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyImageSubDataEXT); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubDataEXT); 956 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyImageSubDataEXT); in init_stub_library()
|
D | stubs_arm.cc | 108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyImageSubDataEXT); 956 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyImageSubDataEXT); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 124 #define glCopyImageSubDataEXT wrap_glCopyImageSubDataEXT macro
|
D | gles_undefine.h | 124 #undef glCopyImageSubDataEXT
|
D | gles_stubs.in | 1285 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 1286 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
|
D | gles_decls.in | 429 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 715 glCopyImageSubDataEXT( in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 340 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 341 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1200 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20921 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33604 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
|
/frameworks/base/api/ |
D | current.txt | 33748 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
|