Home
last modified time | relevance | path

Searched refs:NumWindowRects (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_scissor.c40 blit->num_window_rectangles = ctx->Scissor.NumWindowRects; in st_window_rectangles_to_blit()
Dst_atom_scissor.c118 unsigned num_rects = scissor->NumWindowRects; in st_update_window_rectangles()
Dst_cb_clear.c391 return ctx->Scissor.NumWindowRects > 0 || in is_window_rectangle_enabled()
/third_party/mesa3d/src/mesa/main/
Dscissor.c310 ctx->Scissor.NumWindowRects = count; in _mesa_WindowRectanglesEXT()
Dattrib.c1139 attr->Scissor.WindowRectMode, attr->Scissor.NumWindowRects, in _mesa_PopAttrib()
Dmtypes.h786 GLint NumWindowRects; /**< Count of enabled window rectangles */ member