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

  /frameworks/base/libs/rs/
rsFBOCache.cpp 26 FBOCache::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::setup(Context *rsc)
    [all...]
rsFBOCache.h 28 class FBOCache {
30 FBOCache();
31 ~FBOCache();

Completed in 29 milliseconds