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

  /external/mesa3d/src/mesa/main/
viewport.c 44 width = MIN2(width, (GLfloat) ctx->Const.MaxViewportWidth);
context.c 580 consts->MaxViewportWidth = 16384;
784 <= ctx->Const.MaxViewportWidth);
    [all...]
fbobject.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 793 ctx->Const.MaxViewportWidth = 32768;
802 /* Cast to float before negating because MaxViewportWidth is unsigned.
804 ctx->Const.ViewportBounds.Min = -(float)ctx->Const.MaxViewportWidth;
805 ctx->Const.ViewportBounds.Max = ctx->Const.MaxViewportWidth;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 104 c->MaxViewportWidth =
451 c->MaxFramebufferWidth = c->MaxViewportWidth;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 728 assert(ctx->Const.MaxViewportWidth <= SWRAST_MAX_WIDTH);
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 29 { GL_MAX_VIEWPORT_DIMS, CONTEXT_INT2(Const.MaxViewportWidth), NO_EXTRA },
    [all...]

Completed in 1231 milliseconds