Searched refs:readFb (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dblit.c181 validate_color_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, argument
186 const struct gl_renderbuffer *colorReadRb = readFb->_ColorReadBuffer;
219 if (readFb->Visual.samples > 0 || drawFb->Visual.samples > 0) {
256 validate_stencil_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, argument
260 readFb->Attachment[BUFFER_STENCIL].Renderbuffer;
302 validate_depth_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, argument
306 readFb->Attachment[BUFFER_DEPTH].Renderbuffer;
345 struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb,
352 if (!readFb || !drawFb) {
359 /* Update completeness status of readFb an
344 blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error,const char * func) argument
584 blit_framebuffer_err(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,const char * func) argument
649 struct gl_framebuffer *readFb, *drawFb; local in function:blit_named_framebuffer
[all...]
H A Dframebuffer.h117 struct gl_framebuffer *readFb,
H A Dblend.h140 const struct gl_framebuffer *readFb);
H A Dimage.h132 const struct gl_framebuffer *readFb,
H A Dframebuffer.c663 struct gl_framebuffer *readFb,
669 if (readFb != drawFb)
670 update_framebuffer(ctx, readFb);
662 _mesa_update_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb) argument
H A Dimage.c882 const struct gl_framebuffer *readFb,
888 const GLint srcXmax = readFb->Width;
890 const GLint srcYmax = readFb->Height;
881 _mesa_clip_blit(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint * srcX0,GLint * srcY0,GLint * srcX1,GLint * srcY1,GLint * dstX0,GLint * dstY0,GLint * dstX1,GLint * dstY1) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dblit.c181 validate_color_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, argument
186 const struct gl_renderbuffer *colorReadRb = readFb->_ColorReadBuffer;
219 if (readFb->Visual.samples > 0 || drawFb->Visual.samples > 0) {
256 validate_stencil_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, argument
260 readFb->Attachment[BUFFER_STENCIL].Renderbuffer;
302 validate_depth_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, argument
306 readFb->Attachment[BUFFER_DEPTH].Renderbuffer;
345 struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb,
352 if (!readFb || !drawFb) {
359 /* Update completeness status of readFb an
344 blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error,const char * func) argument
584 blit_framebuffer_err(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,const char * func) argument
649 struct gl_framebuffer *readFb, *drawFb; local in function:blit_named_framebuffer
[all...]
H A Dframebuffer.h114 struct gl_framebuffer *readFb,
H A Dimage.h132 const struct gl_framebuffer *readFb,
H A Dblend.h140 const struct gl_framebuffer *readFb);
H A Dframebuffer.c644 struct gl_framebuffer *readFb,
650 if (readFb != drawFb)
651 update_framebuffer(ctx, readFb);
643 _mesa_update_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c110 struct gl_framebuffer *readFb,
155 readAtt = &readFb->Attachment[readFb->_ColorReadBufferIndex];
156 readRb = readFb->_ColorReadBuffer;
160 readAtt = &readFb->Attachment[BUFFER_DEPTH];
179 readAtt = &readFb->Attachment[BUFFER_STENCIL];
256 &map, &rowStride, readFb->FlipY);
284 readFb->FlipY);
513 struct gl_framebuffer *readFb,
518 struct gl_renderbuffer *readRb = readFb
512 blit_linear(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1) argument
740 _swrast_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
[all...]
H A Dswrast.h158 struct gl_framebuffer *readFb,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c110 struct gl_framebuffer *readFb,
155 readAtt = &readFb->Attachment[readFb->_ColorReadBufferIndex];
156 readRb = readFb->_ColorReadBuffer;
160 readAtt = &readFb->Attachment[BUFFER_DEPTH];
179 readAtt = &readFb->Attachment[BUFFER_STENCIL];
256 &map, &rowStride, readFb->FlipY);
284 readFb->FlipY);
513 struct gl_framebuffer *readFb,
518 struct gl_renderbuffer *readRb = readFb
512 blit_linear(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1) argument
740 _swrast_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
[all...]
H A Dswrast.h158 struct gl_framebuffer *readFb,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta_blit.c90 const struct gl_framebuffer *readFb,
97 int att_index = do_depth ? BUFFER_DEPTH : readFb->_ColorReadBufferIndex;
99 &readFb->Attachment[att_index];
134 if (_mesa_is_winsys_fbo(readFb)) {
416 const struct gl_framebuffer *readFb,
439 if (readFb->Visual.samples > 0)
445 if (!_mesa_clip_blit(ctx, readFb, drawFb,
476 if (blitframebuffer_texture(ctx, readFb, drawFb,
486 if (blitframebuffer_texture(ctx, readFb, drawFb,
524 struct gl_framebuffer *readFb,
89 blitframebuffer_texture(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLenum filter,GLint flipX,GLint flipY,GLboolean glsl_version,GLboolean do_depth) argument
415 _mesa_meta_BlitFramebuffer(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
523 _mesa_meta_and_swrast_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
[all...]
H A Dmeta.h407 const struct gl_framebuffer *readFb,
415 struct gl_framebuffer *readFb,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta_blit.c602 const struct gl_framebuffer *readFb,
609 int att_index = do_depth ? BUFFER_DEPTH : readFb->_ColorReadBufferIndex;
611 &readFb->Attachment[att_index];
650 if (_mesa_is_winsys_fbo(readFb)) {
947 const struct gl_framebuffer *readFb,
970 if (readFb->Visual.samples > 0 &&
978 if (!_mesa_clip_blit(ctx, readFb, drawFb,
1009 if (blitframebuffer_texture(ctx, readFb, drawFb,
1019 if (blitframebuffer_texture(ctx, readFb, drawFb,
1057 struct gl_framebuffer *readFb,
601 blitframebuffer_texture(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLenum filter,GLint flipX,GLint flipY,GLboolean glsl_version,GLboolean do_depth) argument
946 _mesa_meta_BlitFramebuffer(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
1056 _mesa_meta_and_swrast_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
[all...]
H A Dmeta.h477 const struct gl_framebuffer *readFb,
485 struct gl_framebuffer *readFb,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c643 const struct gl_framebuffer *readFb,
660 struct gl_renderbuffer *src_rb = readFb->_ColorReadBuffer;
677 srcX0 >= 0 && srcX1 <= readFb->Width &&
678 srcY0 >= 0 && srcY1 <= readFb->Height &&
737 struct gl_framebuffer *readFb,
744 mask = intel_blit_framebuffer_with_blitter(ctx, readFb, drawFb,
752 _mesa_meta_and_swrast_BlitFramebuffer(ctx, readFb, drawFb,
642 intel_blit_framebuffer_with_blitter(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask) argument
736 intel_blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
H A Dintel_context.c634 struct gl_framebuffer *fb, *readFb; local in function:intelMakeCurrent
638 readFb = _mesa_get_incomplete_framebuffer();
641 readFb = driReadPriv->driverPrivate;
647 _mesa_make_current(ctx, fb, readFb);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c643 const struct gl_framebuffer *readFb,
660 struct gl_renderbuffer *src_rb = readFb->_ColorReadBuffer;
677 srcX0 >= 0 && srcX1 <= readFb->Width &&
678 srcY0 >= 0 && srcY1 <= readFb->Height &&
737 struct gl_framebuffer *readFb,
744 mask = intel_blit_framebuffer_with_blitter(ctx, readFb, drawFb,
752 _mesa_meta_and_swrast_BlitFramebuffer(ctx, readFb, drawFb,
642 intel_blit_framebuffer_with_blitter(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask) argument
736 intel_blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
H A Dintel_context.c634 struct gl_framebuffer *fb, *readFb; local in function:intelMakeCurrent
638 readFb = _mesa_get_incomplete_framebuffer();
641 readFb = driReadPriv->driverPrivate;
647 _mesa_make_current(ctx, fb, readFb);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_fbo.c800 const struct gl_framebuffer *readFb,
817 struct gl_renderbuffer *src_rb = readFb->_ColorReadBuffer;
834 srcX0 >= 0 && srcX1 <= readFb->Width &&
835 srcY0 >= 0 && srcY1 <= readFb->Height &&
873 srcX0, srcY0, readFb->FlipY,
893 struct gl_framebuffer *readFb,
917 mask = intel_blit_framebuffer_with_blitter(ctx, readFb, drawFb,
925 mask = brw_blorp_framebuffer(brw, readFb, drawFb,
932 mask = _mesa_meta_BlitFramebuffer(ctx, readFb, drawFb,
943 _swrast_BlitFramebuffer(ctx, readFb, drawF
799 intel_blit_framebuffer_with_blitter(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask) argument
892 intel_blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_fbo.c798 const struct gl_framebuffer *readFb,
815 struct gl_renderbuffer *src_rb = readFb->_ColorReadBuffer;
832 srcX0 >= 0 && srcX1 <= readFb->Width &&
833 srcY0 >= 0 && srcY1 <= readFb->Height &&
871 srcX0, srcY0, readFb->FlipY,
891 struct gl_framebuffer *readFb,
915 mask = brw_blit_framebuffer_with_blitter(ctx, readFb, drawFb,
923 mask = brw_blorp_framebuffer(brw, readFb, drawFb,
933 mask = _mesa_meta_BlitFramebuffer(ctx, readFb, drawFb,
944 _swrast_BlitFramebuffer(ctx, readFb, drawF
797 brw_blit_framebuffer_with_blitter(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask) argument
890 brw_blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
[all...]

Completed in 38 milliseconds

12