Searched defs:dstX1 (Results 1 - 25 of 47) sorted by last modified time

12

/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp417 GrGLint dstX1,
411 noOpGLBlitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, GrGLint dstY1, GrGLbitfield mask, GrGLenum filter) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c145 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
160 &dstX0, &dstY0, &dstX1, &dstY1)) {
185 if (dstX0 < dstX1) {
187 info.dst.x1 = dstX1;
191 info.dst.x0 = dstX1;
244 dstSurf, dstX0, dstY0, dstX1, dstY1,
259 dstSurf, dstX0, dstY0, dstX1, dstY1,
303 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
322 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
332 dstStencilSurf, dstX0, dstY0, dstX1, dstY
143 st_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c110 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
116 const GLint dstWidth = ABS(dstX1 - dstX0);
122 const GLint dstXpos = MIN2(dstX0, dstX1);
125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
490 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
496 const GLint dstWidth = ABS(dstX1 - dstX0);
503 const GLint dstXpos = MIN2(dstX0, dstX1);
506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
714 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
730 &dstX0, &dstY0, &dstX1,
108 blit_nearest(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield buffer) argument
488 blit_linear(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) argument
712 _swrast_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c377 int dstX1, int dstY1)
379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1))
382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1))
433 int dstX1, int dstY1,
464 dstX0, dstY0, dstX1, dstY1);
489 dstX0 < dstX1 &&
492 (dstX1 - dstX0) == (srcX1 - srcX0) &&
553 dstX0 = dstX1;
554 dstX1 = tmp;
772 (float) dstX1 / dst_surfac
374 regions_overlap(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1) argument
425 util_blit_pixels(struct blit_state *ctx, struct pipe_resource *src_tex, unsigned src_level, int srcX0, int srcY0, int srcX1, int srcY1, int srcZ0, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter, uint writemask, uint zs_writemask) argument
814 util_blit_pixels_tex(struct blit_state *ctx, struct pipe_sampler_view *src_sampler_view, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c1419 int dstX1, int dstY1,
1440 dstX0 = dstX1;
1441 dstX1 = tmp;
1500 dstX0, dstY0, dstX1 - dstX0, dstY1 - dstY0,
1508 dstX0, dstY0, dstX1 - dstX0, dstY1 - dstY0,
1413 renderer_copy_surface(struct renderer *ctx, struct pipe_surface *src, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, unsigned filter) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1431 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1525 verts[1].x = (GLfloat) dstX1;
1527 verts[2].x = (GLfloat) dstX1;
1576 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1602 dstX0, dstY0, dstX1, dstY1, mask, filter);
1608 dstX0 = dstX1;
1609 dstX1 = tmp;
1647 dstX0, dstY0, dstX1, dstY1, mask, filter);
1663 verts[1].x = (GLfloat) dstX1;
1665 verts[2].x = (GLfloat) dstX1;
1429 blitframebuffer_texture(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
1574 _mesa_meta_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
2165 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c809 GLint dstX1, GLint dstY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
832 dstX0 >= 0 && dstX1 <= drawFb->Width &&
859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
865 dstX0, dstY0, dstX1, dstY1,
873 dstX0, dstY0, dstX1, dstY1,
881 dstX0, dstY0, dstX1, dstY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp149 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
166 srcX0, srcY0, dstX0, dstY0, dstX1, dstY1,
194 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
210 fixup_mirroring(mirror_x, dstX0, dstX1);
215 if (srcX1 - srcX0 != dstX1 - dstX0) return false;
220 if (!(clip_or_scissor(mirror_x, srcX0, srcX1, dstX0, dstX1,
229 if (!(clip_or_scissor(mirror_x, dstX0, dstX1, srcX0, srcX1,
267 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y);
278 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y);
288 dstX0, dstY0, dstX1, dstY
145 do_blorp_blit(struct intel_context *intel, GLbitfield buffer_bit, struct intel_renderbuffer *src_irb, struct intel_renderbuffer *dst_irb, GLint srcX0, GLint srcY0, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, bool mirror_x, bool mirror_y) argument
192 try_blorp_blit(struct intel_context *intel, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLenum filter, GLbitfield buffer_bit) argument
298 brw_blorp_framebuffer(struct intel_context *intel, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
H A Dintel_fbo.c809 GLint dstX1, GLint dstY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
832 dstX0 >= 0 && dstX1 <= drawFb->Width &&
859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
865 dstX0, dstY0, dstX1, dstY1,
873 dstX0, dstY0, dstX1, dstY1,
881 dstX0, dstY0, dstX1, dstY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c809 GLint dstX1, GLint dstY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
832 dstX0 >= 0 && dstX1 <= drawFb->Width &&
859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
865 dstX0, dstY0, dstX1, dstY1,
873 dstX0, dstY0, dstX1, dstY1,
881 dstX0, dstY0, dstX1, dstY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/mesa3d/src/mesa/main/
H A Ddlist.c6360 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
6374 n[7].i = dstX1;
6381 dstX0, dstY0, dstX1, dstY1,
6359 save_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
H A Dfbobject.c2880 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
2897 dstX0, dstY0, dstX1, dstY1,
3028 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) ||
3068 dstX0, dstY0, dstX1, dstY1,
3108 dstX0, dstY0, dstX1, dstY1,
2879 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
H A Dimage.c780 GLint *dstX0, GLint *dstX1,
785 if (*dstX1 > maxValue) {
788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
791 *dstX1 = maxValue;
797 ASSERT(*dstX1 < maxValue); /* X1 should be inside right edge */
798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
813 GLint *dstX0, GLint *dstX1,
820 ASSERT(*dstX1 > minValue); /* X1 should be inside left edge */
821 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1
779 clip_right_or_top(GLint *srcX0, GLint *srcX1, GLint *dstX0, GLint *dstX1, GLint maxValue) argument
812 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, GLint *dstX0, GLint *dstX1, GLint minValue) argument
855 _mesa_clip_blit(struct gl_context *ctx, GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) argument
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp359 void ContextWrapper::glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter) argument
361 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
H A DsglrGLContext.cpp600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter) argument
608 << dstX0 << ", " << dstY0 << ", " << dstX1 << ", " << dstY1 << ", "
614 drawOffset.x()+dstX0, drawOffset.y()+dstY0, drawOffset.x()+dstX1, drawOffset.y()+dstY1,
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp417 GrGLint dstX1,
411 noOpGLBlitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, GrGLint dstY1, GrGLbitfield mask, GrGLenum filter) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c6360 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
6374 n[7].i = dstX1;
6381 dstX0, dstY0, dstX1, dstY1,
6359 save_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
H A Dfbobject.c2880 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
2897 dstX0, dstY0, dstX1, dstY1,
3028 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) ||
3068 dstX0, dstY0, dstX1, dstY1,
3108 dstX0, dstY0, dstX1, dstY1,
2879 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
H A Dimage.c780 GLint *dstX0, GLint *dstX1,
785 if (*dstX1 > maxValue) {
788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
791 *dstX1 = maxValue;
797 ASSERT(*dstX1 < maxValue); /* X1 should be inside right edge */
798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
813 GLint *dstX0, GLint *dstX1,
820 ASSERT(*dstX1 > minValue); /* X1 should be inside left edge */
821 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1
779 clip_right_or_top(GLint *srcX0, GLint *srcX1, GLint *dstX0, GLint *dstX1, GLint maxValue) argument
812 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, GLint *dstX0, GLint *dstX1, GLint minValue) argument
855 _mesa_clip_blit(struct gl_context *ctx, GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_blit.c145 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
160 &dstX0, &dstY0, &dstX1, &dstY1)) {
185 if (dstX0 < dstX1) {
187 info.dst.x1 = dstX1;
191 info.dst.x0 = dstX1;
244 dstSurf, dstX0, dstY0, dstX1, dstY1,
259 dstSurf, dstX0, dstY0, dstX1, dstY1,
303 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
322 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
332 dstStencilSurf, dstX0, dstY0, dstX1, dstY
143 st_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c110 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
116 const GLint dstWidth = ABS(dstX1 - dstX0);
122 const GLint dstXpos = MIN2(dstX0, dstX1);
125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
490 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
496 const GLint dstWidth = ABS(dstX1 - dstX0);
503 const GLint dstXpos = MIN2(dstX0, dstX1);
506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
714 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
730 &dstX0, &dstY0, &dstX1,
108 blit_nearest(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield buffer) argument
488 blit_linear(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) argument
712 _swrast_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h7224 KEYWORD1 void KEYWORD2 NAME(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
7226 (void) srcX0; (void) srcY0; (void) srcX1; (void) srcY1; (void) dstX0; (void) dstY0; (void) dstX1; (void) dstY1; (void) mask; (void) filter;
7227 DISPATCH(BlitFramebufferEXT, (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), (F, "glBlitFramebuffer(%d, %d, %d, %d, %d, %d, %d, %d, %d, 0x%x);\n", srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter));
7230 KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_896)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
7232 KEYWORD1_ALT void KEYWORD2 NAME(_dispatch_stub_896)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
7234 (void) srcX0; (void) srcY0; (void) srcX1; (void) srcY1; (void) dstX0; (void) dstY0; (void) dstX1; (void) dstY1; (void) mask; (void) filter;
7235 DISPATCH(BlitFramebufferEXT, (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), (F, "glBlitFramebufferEXT(%d, %d, %d, %d, %d, %d, %d, %d, %d, 0x%x);\n", srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter));
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h1266 void APIENTRY GLAPI_PREFIX(_dispatch_stub_955)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
1267 GLAPI void APIENTRY GLAPI_PREFIX(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
9534 GLAPI void APIENTRY GLAPI_PREFIX(BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
9538 ((void (APIENTRY *)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)) _func)(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
H A Dglapi_mapi_tmp_shared.h969 void APIENTRY shared_dispatch_stub_955(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
6802 static void APIENTRY noopBlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
6804 (void) srcX0; (void) srcY0; (void) srcX1; (void) srcY1; (void) dstX0; (void) dstY0; (void) dstX1; (void) dstY1; (void) mask; (void) filter;
19488 void APIENTRY shared_dispatch_stub_955(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
19492 ((void (APIENTRY *)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)) _func)(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
H A Dindirect.c8540 void __indirect_glBlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
8551 (void) memcpy((void *)(gc->pc + 28), (void *)(&dstX1), 4);

Completed in 650 milliseconds

12