Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_scissor.c42 ctx->Scissor.WindowRectMode == GL_INCLUSIVE_EXT; in st_window_rectangles_to_blit()
Dst_atom_scissor.c119 bool include = scissor->WindowRectMode == GL_INCLUSIVE_EXT; in st_update_window_rectangles()
Dst_cb_clear.c392 ctx->Scissor.WindowRectMode == GL_INCLUSIVE_EXT; in is_window_rectangle_enabled()
/external/mesa3d/src/mesa/main/
Dscissor.c310 ctx->Scissor.WindowRectMode = mode; in _mesa_WindowRectanglesEXT()
325 ctx->Scissor.WindowRectMode = GL_EXCLUSIVE_EXT; in _mesa_init_scissor()
Dattrib.c1387 scissor->WindowRectMode, scissor->NumWindowRects, in _mesa_PopAttrib()
Dmtypes.h812 GLenum16 WindowRectMode; /**< Whether to include or exclude the rects */ member