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

  /external/mesa3d/src/mesa/main/
viewport.c 45 height = MIN2(height, (GLfloat) ctx->Const.MaxViewportHeight);
context.c 581 consts->MaxViewportHeight = 16384;
786 <= ctx->Const.MaxViewportHeight);
    [all...]
fbobject.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 105 c->MaxViewportHeight =
452 c->MaxFramebufferHeight = c->MaxViewportHeight;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 729 assert(ctx->Const.MaxViewportHeight <= SWRAST_MAX_WIDTH);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 794 ctx->Const.MaxViewportHeight = 32768;
    [all...]

Completed in 157 milliseconds