Home
last modified time | relevance | path

Searched refs:Y_0_TOP (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_context.h233 #define Y_0_TOP 1 macro
249 return Y_0_TOP; in st_fb_orientation()
Dst_atom_viewport.c49 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in update_viewport()
Dst_atom_scissor.c79 if (st_fb_orientation(fb) == Y_0_TOP) { in update_scissor()
Dst_cb_blit.c164 if (st_fb_orientation(drawFB) == Y_0_TOP) { in st_BlitFramebuffer()
170 if (st_fb_orientation(readFB) == Y_0_TOP) { in st_BlitFramebuffer()
Dst_cb_drawpixels.c856 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in draw_stencil_pixels()
913 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in draw_stencil_pixels()
1249 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in copy_stencil_pixels()
1275 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in copy_stencil_pixels()
1393 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in blit_copy_pixels()
1524 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in st_CopyPixels()
Dst_cb_texture.c731 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
762 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
800 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
932 GLboolean do_flip = (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP); in st_CopyTexSubImage()
Dst_cb_rasterpos.c149 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) in rastpos_point()
Dst_cb_drawtex.c254 const GLboolean invert = (st_fb_orientation(fb) == Y_0_TOP); in st_DrawTex()
Dst_cb_clear.c286 const GLboolean invert = (st_fb_orientation(fb) == Y_0_TOP); in clear_with_quad()
Dst_cb_bitmap.c508 const GLboolean invert = st->state.fb_orientation == Y_0_TOP; in draw_bitmap_quad()