Searched defs:FBOCache (Results 1 - 2 of 2) sorted by last modified time

/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();

Completed in 95 milliseconds