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

/frameworks/rs/
H A DrsFBOCache.cpp28 mHal.state.colorTargetsCount = 1;
29 mHal.state.colorTargets = new Allocation*[mHal.state.colorTargetsCount];
30 mColorTargets = new ObjectBaseRef<Allocation>[mHal.state.colorTargetsCount];
48 if (slot >= mHal.state.colorTargetsCount) {
76 for (uint32_t i = 0; i < mHal.state.colorTargetsCount; i ++) {
H A DrsFBOCache.h48 uint32_t colorTargetsCount; member in struct:android::renderscript::FBOCache::Hal::State
H A DrsContext.cpp661 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) {
673 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) {
/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp50 for (uint32_t i = 0; i < fb->mHal.state.colorTargetsCount; i ++) {

Completed in 150 milliseconds