/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 127 …E)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 128 …CALL_GL_API(glBlitFramebufferANGLE, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, … 577 …V)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 578 …CALL_GL_API(glBlitFramebufferNV, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, fil…
|
D | gl2_api.in | 496 …r)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 497 …CALL_GL_API(glBlitFramebuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filte…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 29 … ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 525 …) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 527 …E (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 1674 …) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 1676 …V (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 735 int dstY0, in glBlitFramebuffer() argument
|
/frameworks/native/opengl/libs/ |
D | trace.in | 46 …dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX1, srcY1, dst… 47 …dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX1, srcY1, dst… 48 …dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX1, srcY1, dst…
|
D | entries.in | 46 …r, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 47 …E, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 48 …V, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 189 …er(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 383 …LE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… 533 …NV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
D | gltrace_api.cpp | 6870 …er(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in GLTrace_glBlitFramebuffer() argument 6910 arg_dstY0->add_intvalue(dstY0); in GLTrace_glBlitFramebuffer() 6939 …glContext->hooks->gl.glBlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mas… in GLTrace_glBlitFramebuffer() 15479 …LE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in GLTrace_glBlitFramebufferANGLE() argument 15519 arg_dstY0->add_intvalue(dstY0); in GLTrace_glBlitFramebufferANGLE() 15548 …glContext->hooks->gl.glBlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1… in GLTrace_glBlitFramebufferANGLE() 22174 …NV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in GLTrace_glBlitFramebufferNV() argument 22214 arg_dstY0->add_intvalue(dstY0); 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/ |
D | gl3.h | 852 …r (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
D | gl31.h | 852 …r (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 1519 …t _this, jint srcX0, jint srcY0, jint srcX1, jint srcY1, jint dstX0, jint dstY0, jint dstX1, jint … in android_glBlitFramebuffer__IIIIIIIIII() argument 1526 (GLint)dstY0, in android_glBlitFramebuffer__IIIIIIIIII()
|