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

  /frameworks/rs/
rsScriptC_LibGL.cpp 95 rsc->mFBOCache.bindColorTarget(rsc, a, slot);
101 rsc->mFBOCache.bindDepthTarget(rsc, a);
106 rsc->mFBOCache.bindColorTarget(rsc, nullptr, slot);
111 rsc->mFBOCache.bindDepthTarget(rsc, nullptr);
116 rsc->mFBOCache.resetAll(rsc);
205 rsc->mFBOCache.setup(rsc);
rsContext.cpp 206 mFBOCache.setup(this);
305 rsc->mFBOCache.init(rsc);
404 mFBOCache.deinit(this);
623 mFBOCache.updateSize();
628 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) {
629 if (mFBOCache.mHal.state.colorTargets[i] != nullptr) {
630 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX();
633 if (mFBOCache.mHal.state.depthTarget != nullptr) {
634 return mFBOCache.mHal.state.depthTarget->getType()->getDimX();
640 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++)
    [all...]
rsContext.h 129 FBOCache mFBOCache;

Completed in 1822 milliseconds