HomeSort by relevance Sort by last modified time
    Searched refs:colorTargetsCount (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/
rsFBOCache.cpp 27 mHal.state.colorTargetsCount = 1;
28 mHal.state.colorTargets = new Allocation*[mHal.state.colorTargetsCount];
29 mColorTargets = new ObjectBaseRef<Allocation>[mHal.state.colorTargetsCount];
47 if (slot >= mHal.state.colorTargetsCount) {
75 for (uint32_t i = 0; i < mHal.state.colorTargetsCount; i ++) {
rsFBOCache.h 48 uint32_t colorTargetsCount;
rsContext.cpp 590 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) {
602 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) {
  /frameworks/rs/driver/
rsdFrameBuffer.cpp 50 for (uint32_t i = 0; i < fb->mHal.state.colorTargetsCount; i ++) {

Completed in 65 milliseconds