Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/mesa/main/
Dscissor.c309 ctx->Scissor.NumWindowRects = count; in _mesa_WindowRectanglesEXT()
Dattrib.c1387 scissor->WindowRectMode, scissor->NumWindowRects, in _mesa_PopAttrib()
Dmtypes.h811 GLint NumWindowRects; /**< Count of enabled window rectangles */ member