Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdFrameBufferObj.cpp33 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()
DrsdFrameBufferObj.h45 uint32_t mColorTargetsCount; variable