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

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

Completed in 55 milliseconds