Searched refs:glCopyImageSubDataEXT (Results 1 – 11 of 11) 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/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 742 glCopyImageSubDataEXT = 713; enumerator
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 175 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 176 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 729 glCopyImageSubDataEXT( in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 719 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 91 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
D | trace.in | 91 TRACE_GL_VOID(glCopyImageSubDataEXT, (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 16207 glmsg.set_function(GLMessage::glCopyImageSubDataEXT); in GLTrace_glCopyImageSubDataEXT() 16302 …glContext->hooks->gl.glCopyImageSubDataEXT(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName… in GLTrace_glCopyImageSubDataEXT()
|
/frameworks/base/api/ |
D | current.txt | 22154 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
|
D | system-current.txt | 24098 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
|