HomeSort by relevance Sort by last modified time
    Searched refs:mFBOCache (Results 1 - 6 of 6) 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 204 mFBOCache.setup(this);
386 rsc->mFBOCache.init(rsc);
485 mFBOCache.deinit(this);
656 mFBOCache.updateSize();
661 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++) {
662 if (mFBOCache.mHal.state.colorTargets[i] != NULL) {
663 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX();
666 if (mFBOCache.mHal.state.depthTarget != NULL) {
667 return mFBOCache.mHal.state.depthTarget->getType()->getDimX();
673 for (uint32_t i = 0; i < mFBOCache.mHal.state.colorTargetsCount; i ++)
    [all...]
rsContext.h 124 FBOCache mFBOCache;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsContext.h 124 FBOCache mFBOCache;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsContext.h 124 FBOCache mFBOCache;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsContext.h 124 FBOCache mFBOCache;

Completed in 319 milliseconds