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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 313 ctx->Const.MaxColorAttachments = 1;
radeon_fbo.c 920 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
  /external/mesa3d/src/mesa/main/
buffers.c 64 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) {
fbobject.c 218 if (i >= ctx->Const.MaxColorAttachments
700 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
    [all...]
context.c 620 ctx->Const.MaxColorAttachments = MAX_COLOR_ATTACHMENTS;
    [all...]
mtypes.h     [all...]
get.c 730 { GL_MAX_COLOR_ATTACHMENTS, CONTEXT_INT(Const.MaxColorAttachments),
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 351 ctx->Const.MaxColorAttachments = 1;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 626 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) {

Completed in 53 milliseconds