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, NULL, slot);
111 rsc->mFBOCache.bindDepthTarget(rsc, NULL);
116 rsc->mFBOCache.resetAll(rsc);
209 rsc->mFBOCache.setup(rsc);
rsContext.cpp 203 mFBOCache.setup(this);
376 rsc->mFBOCache.init(rsc);
475 mFBOCache.deinit(this);
637 mFBOCache.updateSize();
642 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) {
643 if (mFBOCache.mHal.state.colorTargets[i] != NULL) {
644 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX();
647 if (mFBOCache.mHal.state.depthTarget != NULL) {
648 return mFBOCache.mHal.state.depthTarget->getType()->getDimX();
654 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++)
    [all...]
rsContext.h 124 FBOCache mFBOCache;

Completed in 23 milliseconds