Searched refs:mColorTargetsCount (Results 1 – 2 of 2) sorted by relevance
33 mColorTargetsCount = 1; in RsdFrameBufferObj()34 mColorTargets = new DrvAllocation*[mColorTargetsCount]; in RsdFrameBufferObj()35 for (uint32_t i = 0; i < mColorTargetsCount; i ++) { in RsdFrameBufferObj()93 for (uint32_t i = 0; i < mColorTargetsCount; i ++) { in setColorAttachment()117 for (uint32_t i = 0; i < mColorTargetsCount; i ++) { in renderToFramebuffer()
45 uint32_t mColorTargetsCount; variable