Searched refs:MaxViewportHeight (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dviewport.c78 height = MIN2(height, (GLsizei) ctx->Const.MaxViewportHeight);
H A Dcontext.c593 ctx->Const.MaxViewportHeight = MAX_VIEWPORT_HEIGHT;
737 <= ctx->Const.MaxViewportHeight);
H A Dmtypes.h2816 GLuint MaxViewportWidth, MaxViewportHeight; member in struct:gl_constants
/external/mesa3d/src/mesa/main/
H A Dviewport.c78 height = MIN2(height, (GLsizei) ctx->Const.MaxViewportHeight);
H A Dcontext.c593 ctx->Const.MaxViewportHeight = MAX_VIEWPORT_HEIGHT;
737 <= ctx->Const.MaxViewportHeight);
H A Dmtypes.h2816 GLuint MaxViewportWidth, MaxViewportHeight; member in struct:gl_constants
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_extensions.c116 c->MaxViewportHeight =
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c116 c->MaxViewportHeight =
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.c731 assert(ctx->Const.MaxViewportHeight <= SWRAST_MAX_WIDTH);
/external/mesa3d/src/mesa/swrast/
H A Ds_context.c731 assert(ctx->Const.MaxViewportHeight <= SWRAST_MAX_WIDTH);

Completed in 263 milliseconds