Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in127 …amebufferANGLE)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
128 …CALL_GL_API(glBlitFramebufferANGLE, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, …
577 void API_ENTRY(glBlitFramebufferNV)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0
578 …CALL_GL_API(glBlitFramebufferNV, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, fil…
Dgl2_api.in496 void API_ENTRY(glBlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
497 …CALL_GL_API(glBlitFramebuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filte…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec29 void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dst…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h525 …FFERANGLEPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
527 …amebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
1674 …EBUFFERNVPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
1676 …tFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
/frameworks/base/opengl/java/android/opengl/
DGLES30.java734 int dstX0, in glBlitFramebuffer() argument
/frameworks/native/opengl/libs/
Dtrace.in46dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX…
47dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX…
48dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX…
Dentries.in46 GL_ENTRY(void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
47 …amebufferANGLE, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
48 GL_ENTRY(void, glBlitFramebufferNV, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h189 void GLTrace_glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLi…
383 void GLTrace_glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0
533 void GLTrace_glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, G…
Dgltrace_api.cpp6870 void GLTrace_glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLi… in GLTrace_glBlitFramebuffer() argument
6904 arg_dstX0->add_intvalue(dstX0); in GLTrace_glBlitFramebuffer()
6939 …glContext->hooks->gl.glBlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mas… in GLTrace_glBlitFramebuffer()
15479 void GLTrace_glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0 in GLTrace_glBlitFramebufferANGLE() argument
15513 arg_dstX0->add_intvalue(dstX0); in GLTrace_glBlitFramebufferANGLE()
15548 …glContext->hooks->gl.glBlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1… in GLTrace_glBlitFramebufferANGLE()
22174 void GLTrace_glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, G… in GLTrace_glBlitFramebufferNV() argument
22208 arg_dstX0->add_intvalue(dstX0); in GLTrace_glBlitFramebufferNV()
22243 …glContext->hooks->gl.glBlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, m… in GLTrace_glBlitFramebufferNV()
/frameworks/native/opengl/include/GLES3/
Dgl3.h852 …litFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
Dgl31.h852 …litFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLin…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1519 …(JNIEnv *_env, jobject _this, jint srcX0, jint srcY0, jint srcX1, jint srcY1, jint dstX0, jint dst… in android_glBlitFramebuffer__IIIIIIIIII() argument
1525 (GLint)dstX0, in android_glBlitFramebuffer__IIIIIIIIII()