Searched refs:FBOCache (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/driver/
H A DrsdFrameBuffer.h23 const android::renderscript::FBOCache *fb);
25 const android::renderscript::FBOCache *fb);
27 const android::renderscript::FBOCache *fb);
H A DrsdFrameBuffer.cpp32 void setDepthAttachment(const Context *rsc, const FBOCache *fb) {
47 void setColorAttachment(const Context *rsc, const FBOCache *fb) {
64 bool rsdFrameBufferInit(const Context *rsc, const FBOCache *fb) {
77 void rsdFrameBufferSetActive(const Context *rsc, const FBOCache *fb) {
93 void rsdFrameBufferDestroy(const Context *rsc, const FBOCache *fb) {
/frameworks/rs/
H A DrsFBOCache.cpp26 FBOCache::FBOCache() { function in class:FBOCache
34 FBOCache::~FBOCache() {
39 void FBOCache::init(Context *rsc) {
43 void FBOCache::deinit(Context *rsc) {
47 void FBOCache::bindColorTarget(Context *rsc, Allocation *a, uint32_t slot) {
63 void FBOCache::bindDepthTarget(Context *rsc, Allocation *a) {
75 void FBOCache::resetAll(Context *) {
85 void FBOCache
[all...]
H A DrsFBOCache.h28 class FBOCache { class in namespace:android::renderscript
30 FBOCache();
31 ~FBOCache();
H A Drs_hal.h46 class FBOCache;
297 bool (*init)(const Context *rsc, const FBOCache *fb);
298 void (*setActive)(const Context *rsc, const FBOCache *fb);
299 void (*destroy)(const Context *rsc, const FBOCache *fb);
H A DrsContext.h124 FBOCache mFBOCache;

Completed in 50 milliseconds