Searched refs:glCopyImageSubData (Results 1 – 13 of 13) 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/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 | 466 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/config/ |
D | hiddenapi-public-dex.txt | 30059 Landroid/opengl/GLES32;->glCopyImageSubData(IIIIIIIIIIIIIII)V
|
/frameworks/base/api/ |
D | current.txt | 31609 …method public static void glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int…
|