Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c86 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM) { in update_raster_state()
174 (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM)) in update_raster_state()
269 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) in update_raster_state()
Dst_atom_viewport.c50 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in update_viewport()
Dst_cb_drawpixels.c718 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_BOTTOM) { in draw_textured_quad()
787 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in draw_stencil_pixels()
843 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in draw_stencil_pixels()
1233 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in copy_stencil_pixels()
1257 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in copy_stencil_pixels()
1358 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in blit_copy_pixels()
1363 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) { in blit_copy_pixels()
1550 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in st_CopyPixels()
Dst_cb_readpixels.c480 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels()
495 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels()
510 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP, in st_ReadPixels()
Dst_atom_framebuffer.c118 st->state.fb_orientation = st_fb_orientation(fb); in update_framebuffer_state()
Dst_cb_blit.c100 if (st_fb_orientation(drawFB) == Y_0_TOP) { in st_BlitFramebuffer()
120 if (st_fb_orientation(readFB) == Y_0_TOP) { in st_BlitFramebuffer()
Dst_atom_scissor.c85 if (st_fb_orientation(fb) == Y_0_TOP) { in update_scissor()
Dst_context.h298 st_fb_orientation(const struct gl_framebuffer *fb) in st_fb_orientation() function
Dst_cb_rasterpos.c147 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) in rastpos_point()
Dst_cb_feedback.c90 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) in feedback_vertex()
Dst_cb_drawtex.c266 const GLboolean invert = (st_fb_orientation(fb) == Y_0_TOP); in st_DrawTex()
Dst_cb_clear.c278 st_fb_orientation(fb) == Y_0_TOP); in clear_with_quad()
Dst_cb_texture.c2141 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
2173 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
2218 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) { in fallback_copy_texsubimage()
2286 GLboolean do_flip = (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP); in st_CopyTexSubImage()