Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsFBOCache.cpp28 mHal.state.colorTargetsCount = 1; in FBOCache()
29 mHal.state.colorTargets = new ObjectBaseRef<Allocation>[mHal.state.colorTargetsCount]; in FBOCache()
45 if (slot >= mHal.state.colorTargetsCount) { in bindColorTarget()
71 for (uint32_t i = 0; i < mHal.state.colorTargetsCount; i ++) { in resetAll()
DrsFBOCache.h48 uint32_t colorTargetsCount; member
/frameworks/base/libs/rs/driver/
DrsdFrameBuffer.cpp50 for (uint32_t i = 0; i < fb->mHal.state.colorTargetsCount; i ++) { in setColorAttachment()