Searched refs:BUFFER_COLOR0 (Results 1 – 14 of 14) sorted by relevance
52 [BUFFER_COLOR0] = "color0",
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE; in do_copy_texsubimage()
844 att = &fb->Attachment[BUFFER_COLOR0 + i]; in radeon_validate_framebuffer()
62 mask = ((1 << ctx->Const.MaxColorAttachments) - 1) << BUFFER_COLOR0; in supported_buffer_bitmask()214 return BUFFER_COLOR0; in read_buffer_enum_to_index()
183 fb->_ColorDrawBufferIndexes[0] = BUFFER_COLOR0; in _mesa_initialize_user_framebuffer()185 fb->_ColorReadBufferIndex = BUFFER_COLOR0; in _mesa_initialize_user_framebuffer()
150 BUFFER_COLOR0, enumerator176 #define BUFFER_BIT_COLOR0 (1 << BUFFER_COLOR0)
799 assert(BUFFER_COLOR0 + MAX_DRAW_BUFFERS <= BUFFER_COUNT); in check_context_limits()
268 return &fb->Attachment[BUFFER_COLOR0 + i]; in get_attachment()1036 att = &fb->Attachment[BUFFER_COLOR0 + i]; in _mesa_test_framebuffer_completeness()
293 &fb->Attachment[BUFFER_COLOR0]; in nouveau_check_framebuffer_complete()
680 &fb->Attachment[BUFFER_COLOR0 + i]; in st_validate_framebuffer()
1626 if (bits & (1 << (BUFFER_COLOR0 + n))) in _mesa_meta_drawbuffers_from_bitfield()1686 assert(b >= BUFFER_COLOR0 && b <= BUFFER_COLOR7); in _mesa_meta_drawbuffers_and_colormask()1687 enums[num_bufs] = GL_COLOR_ATTACHMENT0 + (b - BUFFER_COLOR0); in _mesa_meta_drawbuffers_and_colormask()