Searched refs:rtIndex (Results 1 – 2 of 2) sorted by relevance
142 SWR_RENDERTARGET_ATTACHMENT rtIndex,
2034 for (size_t rtIndex = 0; rtIndex < colorRTs.size(); ++rtIndex) in syncFramebuffer() local2036 const RenderTarget11 *renderTarget = colorRTs[rtIndex]; in syncFramebuffer()2040 (!renderTarget || drawStates[rtIndex] == GL_NONE || !activeProgramOutputs[rtIndex])) in syncFramebuffer()2052 const gl::FramebufferAttachment &attachment = colorAttachments[rtIndex]; in syncFramebuffer()