Searched refs:MaxColorAttachments (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c313 ctx->Const.MaxColorAttachments = 1;
H A Dradeon_fbo.c920 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dbuffers.c64 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) {
H A Dfbobject.c218 if (i >= ctx->Const.MaxColorAttachments
700 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
3225 if (k >= ctx->Const.MaxColorAttachments) {
H A Dcontext.c620 ctx->Const.MaxColorAttachments = MAX_COLOR_ATTACHMENTS;
H A Dmtypes.h2837 GLuint MaxColorAttachments; /**< GL_EXT_framebuffer_object */ member in struct:gl_constants
H A Dget.c730 { GL_MAX_COLOR_ATTACHMENTS, CONTEXT_INT(Const.MaxColorAttachments),
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c313 ctx->Const.MaxColorAttachments = 1;
H A Dradeon_fbo.c920 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
/external/mesa3d/src/mesa/main/
H A Dbuffers.c64 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) {
H A Dfbobject.c218 if (i >= ctx->Const.MaxColorAttachments
700 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
3225 if (k >= ctx->Const.MaxColorAttachments) {
H A Dcontext.c620 ctx->Const.MaxColorAttachments = MAX_COLOR_ATTACHMENTS;
H A Dmtypes.h2837 GLuint MaxColorAttachments; /**< GL_EXT_framebuffer_object */ member in struct:gl_constants
H A Dget.c730 { GL_MAX_COLOR_ATTACHMENTS, CONTEXT_INT(Const.MaxColorAttachments),
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_context.c351 ctx->Const.MaxColorAttachments = 1;
H A Dradeon_fbo.c920 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.c351 ctx->Const.MaxColorAttachments = 1;
H A Dradeon_fbo.c920 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_fbo.c626 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_fbo.c626 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) {

Completed in 585 milliseconds