Home
last modified time | relevance | path

Searched refs:srcZ (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec15 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java419 int srcZ, in glCopyImageSubDataEXT() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp610 …, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
617 (GLint)srcZ, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in175 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
176 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h717 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
719 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
/frameworks/native/opengl/libs/
Dtrace.in91srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
Dentries.in91 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h399 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL…
Dgltrace_api.cpp16203 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GL… in GLTrace_glCopyImageSubDataEXT() argument
16243 arg_srcZ->add_intvalue(srcZ); in GLTrace_glCopyImageSubDataEXT()
16302 …glContext->hooks->gl.glCopyImageSubDataEXT(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName… in GLTrace_glCopyImageSubDataEXT()