Home
last modified time | relevance | path

Searched refs:colorTargetsCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsFBOCache.cpp27 mHal.state.colorTargetsCount = 1; in FBOCache()
28 mHal.state.colorTargets = new Allocation*[mHal.state.colorTargetsCount]; in FBOCache()
29 mColorTargets = new ObjectBaseRef<Allocation>[mHal.state.colorTargetsCount]; in FBOCache()
47 if (slot >= mHal.state.colorTargetsCount) { in bindColorTarget()
75 for (uint32_t i = 0; i < mHal.state.colorTargetsCount; i ++) { in resetAll()
DrsFBOCache.h48 uint32_t colorTargetsCount; member
DrsContext.cpp589 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) { in getCurrentSurfaceWidth()
601 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) { in getCurrentSurfaceHeight()
/frameworks/rs/driver/
DrsdFrameBuffer.cpp50 for (uint32_t i = 0; i < fb->mHal.state.colorTargetsCount; i ++) { in setColorAttachment()