Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1984 for (size_t rtIndex = 0; rtIndex < colorRTs.size(); ++rtIndex) in syncFramebuffer() local
1986 const RenderTarget11 *renderTarget = colorRTs[rtIndex]; in syncFramebuffer()
1990 (!renderTarget || drawStates[rtIndex] == GL_NONE || !activeProgramOutputs[rtIndex])) in syncFramebuffer()
2002 const gl::FramebufferAttachment &attachment = colorAttachments[rtIndex]; in syncFramebuffer()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h142 SWR_RENDERTARGET_ATTACHMENT rtIndex,