Searched defs:FBOCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsFBOCache.cpp25 FBOCache::FBOCache() { function in class:android::renderscript::FBOCache
33 FBOCache::~FBOCache() {
38 void FBOCache::init(Context *rsc) {
42 void FBOCache::deinit(Context *rsc) {
46 void FBOCache::bindColorTarget(Context *rsc, Allocation *a, uint32_t slot) {
62 void FBOCache::bindDepthTarget(Context *rsc, Allocation *a) {
74 void FBOCache::resetAll(Context *) {
84 void FBOCache
[all...]
H A DrsFBOCache.h28 class FBOCache { class in namespace:android::renderscript
30 FBOCache();
31 ~FBOCache();

Completed in 84 milliseconds