Home
last modified time | relevance | path

Searched refs:rtIndex (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h142 SWR_RENDERTARGET_ATTACHMENT rtIndex,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2034 for (size_t rtIndex = 0; rtIndex < colorRTs.size(); ++rtIndex) in syncFramebuffer() local
2036 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()