HomeSort by relevance Sort by last modified time
    Searched refs:MaxWindowRectangles (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
scissor.c 236 if (count > ctx->Const.MaxWindowRectangles) {
238 "glWindowRectanglesEXT(count >= MaxWindowRectangles (%d)",
239 ctx->Const.MaxWindowRectangles);
get.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 462 c->MaxWindowRectangles =
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 283 { GL_MAX_WINDOW_RECTANGLES_EXT, CONTEXT_INT(Const.MaxWindowRectangles), extra_EXT_window_rectangles },
    [all...]

Completed in 1491 milliseconds