OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFBOCache
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsScriptC_LibGL.cpp
95
rsc->
mFBOCache
.bindColorTarget(rsc, a, slot);
101
rsc->
mFBOCache
.bindDepthTarget(rsc, a);
106
rsc->
mFBOCache
.bindColorTarget(rsc, NULL, slot);
111
rsc->
mFBOCache
.bindDepthTarget(rsc, NULL);
116
rsc->
mFBOCache
.resetAll(rsc);
209
rsc->
mFBOCache
.setup(rsc);
rsContext.cpp
196
mFBOCache
.setup(this);
369
rsc->
mFBOCache
.init(rsc);
468
mFBOCache
.deinit(this);
627
mFBOCache
.updateSize();
632
for (uint32_t i = 0; i <
mFBOCache
.mHal.state.colorTargetsCount; i ++) {
633
if (
mFBOCache
.mHal.state.colorTargets[i] != NULL) {
634
return
mFBOCache
.mHal.state.colorTargets[i]->getType()->getDimX();
637
if (
mFBOCache
.mHal.state.depthTarget != NULL) {
638
return
mFBOCache
.mHal.state.depthTarget->getType()->getDimX();
644
for (uint32_t i = 0; i <
mFBOCache
.mHal.state.colorTargetsCount; i ++)
[
all
...]
rsContext.h
112
FBOCache
mFBOCache
;
Completed in 3168 milliseconds