Searched refs:COLOR_BUFFER (Results 1 – 4 of 4) sorted by relevance
45 COLOR_BUFFER = 0x02, enumerator48 ALL_BUFFERS = COLOR_BUFFER | DEPTH_BUFFER | STENCIL_BUFFER,
544 bool isColor = (flags & Device::COLOR_BUFFER) == Device::COLOR_BUFFER; in stretchRect()593 …else if((flags & Device::COLOR_BUFFER) && !scaling && !isOutOfBounds && equalFormats && !hasQuadLa… in stretchRect()
4285 …ect, drawRenderTarget, &destTrimmedRect, (filter ? Device::USE_FILTER : 0) | Device::COLOR_BUFFER); in blitFramebuffer()
455 ITEM(COLOR_BUFFER), in priority_to_string()