Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec15 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java428 int srcDepth in glCopyImageSubDataEXT() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp610 …et, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) { in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
626 (GLsizei)srcDepth in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in175 …Level, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) {
176 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h717 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
719 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
/frameworks/native/opengl/libs/
Dtrace.in91srcDepth), (srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, ds…
Dentries.in91 …stLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h399 …tLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
Dgltrace_api.cpp16203 …Level, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) { in GLTrace_glCopyImageSubDataEXT() argument
16297 arg_srcDepth->add_intvalue(srcDepth); in GLTrace_glCopyImageSubDataEXT()
16302 …, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth); in GLTrace_glCopyImageSubDataEXT()