Home
last modified time | relevance | path

Searched refs:MaxWindowRectangles (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dscissor.c281 if (count > ctx->Const.MaxWindowRectangles) { in _mesa_WindowRectanglesEXT()
284 ctx->Const.MaxWindowRectangles); in _mesa_WindowRectanglesEXT()
Dconsts_exts.h504 GLuint MaxWindowRectangles; /**< GL_EXT_window_rectangles */ member
Dget.c2586 if (index >= ctx->Const.MaxWindowRectangles) in find_value_indexed()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c583 c->MaxWindowRectangles = in st_init_limits()