Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dframebuffer.h104 #define Y_0_TOP 1 macro
120 return Y_0_TOP; in _mesa_fb_orientation()
H A Dblit.c407 if (_mesa_fb_orientation(drawFB) == Y_0_TOP) { in do_blit_framebuffer()
427 if (_mesa_fb_orientation(readFB) == Y_0_TOP) { in do_blit_framebuffer()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c493 _mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels()
508 _mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels()
523 _mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels()
H A Dst_cb_drawpixels.c966 if (_mesa_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in draw_stencil_pixels()
1022 if (_mesa_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in draw_stencil_pixels()
1447 if (_mesa_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in copy_stencil_pixels()
1471 if (_mesa_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in copy_stencil_pixels()
1584 if (_mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in blit_copy_pixels()
1589 if (_mesa_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in blit_copy_pixels()
1810 if (_mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in st_CopyPixels()
H A Dst_cb_clear.c294 _mesa_fb_orientation(fb) == Y_0_TOP); in clear_with_quad()
485 if (st->state.fb_orientation == Y_0_TOP) { in st_Clear()
H A Dst_atom_viewport.c65 if (st->state.fb_orientation == Y_0_TOP) { in st_update_viewport()
H A Dst_atom_scissor.c89 if (st->state.fb_orientation == Y_0_TOP) { in st_update_scissor()
H A Dst_cb_rasterpos.c160 if (_mesa_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) in rastpos_point()
H A Dst_atom_rasterizer.c276 if (st->state.fb_orientation == Y_0_TOP) in st_update_rasterizer()
H A Dst_cb_feedback.c96 if (_mesa_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) in feedback_vertex()
H A Dst_cb_drawtex.c281 const GLboolean invert = (_mesa_fb_orientation(fb) == Y_0_TOP); in st_DrawTex()
H A Dst_cb_texture.c2820 if (_mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
2860 if (_mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
2904 if (_mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
2999 GLboolean do_flip = (_mesa_fb_orientation(ctx->ReadBuffer) == Y_0_TOP); in st_CopyTexSubImage()
H A Dst_cb_bitmap.c260 st->state.fb_orientation == Y_0_TOP); in setup_render_state()