/frameworks/av/media/libstagefright/yuv/ |
D | YUVCanvas.cpp | 68 int32_t srcX = srcStartX + offsetX; in CopyImageRect() local 78 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue); in CopyImageRect() 100 int32_t srcX = srcOffsetX; in downsample() local 102 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue); in downsample() 105 srcX += skipX; in downsample()
|
/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 | 417 int srcX, in glCopyImageSubDataEXT() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 610 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument 615 (GLint)srcX, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
/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/native/opengl/include/GLES2/ |
D | gl2ext.h | 717 …ESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint … 719 …yImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint …
|
/frameworks/native/opengl/libs/ |
D | trace.in | 91 …srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint …
|
D | entries.in | 91 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 399 void GLTrace_glCopyImageSubDataEXT(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
|
D | gltrace_api.cpp | 16203 void GLTrace_glCopyImageSubDataEXT(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL… in GLTrace_glCopyImageSubDataEXT() argument 16231 arg_srcX->add_intvalue(srcX); in GLTrace_glCopyImageSubDataEXT() 16302 …glContext->hooks->gl.glCopyImageSubDataEXT(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName… in GLTrace_glCopyImageSubDataEXT()
|