Searched refs:FBOCache (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsFBOCache.cpp | 26 FBOCache::FBOCache() { in FBOCache() function in FBOCache 32 FBOCache::~FBOCache() { in ~FBOCache() 36 void FBOCache::init(Context *rsc) { in init() 40 void FBOCache::deinit(Context *rsc) { in deinit() 44 void FBOCache::bindColorTarget(Context *rsc, Allocation *a, uint32_t slot) { in bindColorTarget() 59 void FBOCache::bindDepthTarget(Context *rsc, Allocation *a) { in bindDepthTarget() 70 void FBOCache::resetAll(Context *) { in resetAll() 78 void FBOCache::setup(Context *rsc) { in setup()
|
D | rsFBOCache.h | 28 class FBOCache { 30 FBOCache(); 31 ~FBOCache();
|
D | rs_hal.h | 39 class FBOCache; variable 197 bool (*init)(const Context *rsc, const FBOCache *fb); 198 void (*setActive)(const Context *rsc, const FBOCache *fb); 199 void (*destroy)(const Context *rsc, const FBOCache *fb);
|
D | rsContext.h | 110 FBOCache mFBOCache;
|
/frameworks/base/libs/rs/driver/ |
D | rsdFrameBuffer.h | 23 const android::renderscript::FBOCache *fb); 25 const android::renderscript::FBOCache *fb); 27 const android::renderscript::FBOCache *fb);
|
D | rsdFrameBuffer.cpp | 32 void setDepthAttachment(const Context *rsc, const FBOCache *fb) { in setDepthAttachment() 47 void setColorAttachment(const Context *rsc, const FBOCache *fb) { in setColorAttachment() 64 bool rsdFrameBufferInit(const Context *rsc, const FBOCache *fb) { in rsdFrameBufferInit() 77 void rsdFrameBufferSetActive(const Context *rsc, const FBOCache *fb) { in rsdFrameBufferSetActive() 93 void rsdFrameBufferDestroy(const Context *rsc, const FBOCache *fb) { in rsdFrameBufferDestroy()
|