Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec15 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java422 int dstLevel, in glCopyImageSubDataEXT() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp610 …el, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint … in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
620 (GLint)dstLevel, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in175 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
176 …XT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h717 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
719 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
/frameworks/native/opengl/libs/
Dtrace.in91dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDept…
Dentries.in91 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h399 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin…
Dgltrace_api.cpp16203 …t srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLin… in GLTrace_glCopyImageSubDataEXT() argument
16261 arg_dstLevel->add_intvalue(dstLevel); in GLTrace_glCopyImageSubDataEXT()
16302 …EXT(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ… in GLTrace_glCopyImageSubDataEXT()