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

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_viewport.c50 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) {
H A Dst_context.h294 #define Y_0_TOP 1 macro
310 return Y_0_TOP;
H A Dst_atom_scissor.c85 if (st_fb_orientation(fb) == Y_0_TOP) {
H A Dst_cb_readpixels.c480 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP,
495 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP,
510 st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP,
H A Dst_cb_blit.c100 if (st_fb_orientation(drawFB) == Y_0_TOP) {
120 if (st_fb_orientation(readFB) == Y_0_TOP) {
H A Dst_atom_rasterizer.c269 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP)
H A Dst_cb_feedback.c90 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP)
H A Dst_cb_rasterpos.c147 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP)
H A Dst_cb_drawpixels.c787 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) {
843 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) {
1233 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) {
1257 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) {
1358 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) {
1363 if (st_fb_orientation(ctx->DrawBuffer) == Y_0_TOP) {
1550 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) {
H A Dst_cb_drawtex.c266 const GLboolean invert = (st_fb_orientation(fb) == Y_0_TOP);
H A Dst_cb_clear.c278 st_fb_orientation(fb) == Y_0_TOP);
H A Dst_cb_texture.c2141 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) {
2173 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) {
2218 if (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP) {
2286 GLboolean do_flip = (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP);
H A Dst_cb_bitmap.c275 st->state.fb_orientation == Y_0_TOP);

Completed in 96 milliseconds