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 201 mFBOCache.setup(this);
374 rsc->mFBOCache.init(rsc);
473 mFBOCache.deinit(this);
635 mFBOCache.updateSize();
640 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) {
641 if (mFBOCache.mHal.state.colorTargets[i] != NULL) {
642 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX();
645 if (mFBOCache.mHal.state.depthTarget != NULL) {
646 return mFBOCache.mHal.state.depthTarget->getType()->getDimX();
652 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++)
    [all...]
rsContext.h 124 FBOCache mFBOCache;

Completed in 121 milliseconds