Searched refs:glCopyImageSubDataEXT (Results 1 – 12 of 12) sorted by relevance
/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/base/libs/hwui/debug/ |
D | wrap_gles.h | 127 #define glCopyImageSubDataEXT wrap_glCopyImageSubDataEXT macro
|
D | unwrap_gles.h | 127 #undef glCopyImageSubDataEXT
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 723 glCopyImageSubDataEXT( in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 295 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 296 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 108 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1107 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/api/ |
D | current.txt | 27437 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
|
D | system-current.txt | 29877 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
|
D | test-current.txt | 27506 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
|