Home
last modified time | relevance | path

Searched refs:glCopyImageSubDataEXT (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint sr…
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java413 public static native void glCopyImageSubDataEXT( in glCopyImageSubDataEXT() method in GLES31Ext
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto742 glCopyImageSubDataEXT = 713; enumerator
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in175 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/
Dandroid_opengl_GLES31Ext.cpp729 glCopyImageSubDataEXT( in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h719 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
/frameworks/native/opengl/libs/
Dentries.in91 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
Dtrace.in91 TRACE_GL_VOID(glCopyImageSubDataEXT, (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp16207 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/
Dcurrent.txt22154 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …
Dsystem-current.txt24098 …method public static void glCopyImageSubDataEXT(int, int, int, int, int, int, int, int, int, int, …