Home
last modified time | relevance | path

Searched refs:srcX (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/yuv/
DYUVCanvas.cpp68 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/
DGLES31Ext.spec15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint sr…
DGLES32.spec2 void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java417 int srcX, in glCopyImageSubDataEXT() argument
DGLES32.java253 int srcX, in glCopyImageSubData() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp722 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
727 (GLint)srcX, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
Dandroid_opengl_GLES32.cpp453 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubData__IIIIIIIIIIIIIII() argument
458 (GLint)srcX, in android_glCopyImageSubData__IIIIIIIIIIIIIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in58 void API_ENTRY(glCopyImageSubDataOES)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
59 …CALL_GL_API(glCopyImageSubDataOES, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
295 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
296 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
Dgl2_api.in946 void API_ENTRY(glCopyImageSubData)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
947 …CALL_GL_API(glCopyImageSubData, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h280 …ESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint …
282 …yImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint …
1105 …ESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint …
1107 …yImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint …
/frameworks/native/opengl/libs/
Dentries.in107 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
108 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
109 GL_ENTRY(void, glCopyImageSubDataOES, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
/frameworks/native/opengl/include/GLES3/
Dgl32.h1734 …MAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint …
1779 …CopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint …