Home
last modified time | relevance | path

Searched refs:MaxViewportHeight (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dviewport.c78 height = MIN2(height, (GLsizei) ctx->Const.MaxViewportHeight); in _mesa_set_viewport()
Dcontext.c593 ctx->Const.MaxViewportHeight = MAX_VIEWPORT_HEIGHT; in _mesa_init_constants()
737 <= ctx->Const.MaxViewportHeight); in check_context_limits()
Dmtypes.h2816 GLuint MaxViewportWidth, MaxViewportHeight; member
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c116 c->MaxViewportHeight = in st_init_limits()
/external/mesa3d/src/mesa/swrast/
Ds_context.c731 assert(ctx->Const.MaxViewportHeight <= SWRAST_MAX_WIDTH); in _swrast_CreateContext()