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

  /frameworks/rs/driver/
rsdFrameBuffer.h 23 const android::renderscript::FBOCache *fb);
25 const android::renderscript::FBOCache *fb);
27 const android::renderscript::FBOCache *fb);
rsdFrameBuffer.cpp 30 using android::renderscript::FBOCache;
32 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/
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();
rs_hal.h 96 class FBOCache;
359 bool (*init)(const Context *rsc, const FBOCache *fb);
360 void (*setActive)(const Context *rsc, const FBOCache *fb);
361 void (*destroy)(const Context *rsc, const FBOCache *fb);
rsContext.h 120 FBOCache mFBOCache;

Completed in 88 milliseconds