Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dcontext.c496 consts->MaxViewportHeight = 16384; in _mesa_init_constants()
715 assert(ctx->Const.MaxTextureSize <= ctx->Const.MaxViewportHeight); in check_context_limits()
Dviewport.c44 *height = MIN2(*height, (GLfloat) ctx->Const.MaxViewportHeight); in clamp_viewport()
Dfbobject.c5337 ctx->Const.MaxViewportHeight, in _mesa_InvalidateFramebuffer()
5380 ctx->Const.MaxViewportHeight, in _mesa_InvalidateNamedFramebufferData()
Dmtypes.h3818 GLuint MaxViewportWidth, MaxViewportHeight; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c111 c->MaxViewportHeight = in st_init_limits()
597 c->MaxFramebufferHeight = c->MaxViewportHeight; in st_init_limits()
/third_party/mesa3d/src/mesa/swrast/
Ds_context.c726 assert(ctx->Const.MaxViewportHeight <= SWRAST_MAX_WIDTH); in _swrast_CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c797 ctx->Const.MaxViewportHeight = 32768; in brw_initialize_context_constants()