OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorTargets
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/driver/
rsdFrameBuffer.cpp
52
if (fb->mHal.state.
colorTargets
[i] != NULL) {
53
color = (DrvAllocation *)fb->mHal.state.
colorTargets
[i]->mHal.drv;
56
rsdAllocationSyncAll(rsc, fb->mHal.state.
colorTargets
[i],
82
if (fb->mHal.state.
colorTargets
[0]) {
83
fbo->setDimensions(fb->mHal.state.
colorTargets
[0]->getType()->getDimX(),
84
fb->mHal.state.
colorTargets
[0]->getType()->getDimY());
/frameworks/rs/
rsFBOCache.cpp
29
mHal.state.
colorTargets
= new Allocation*[mHal.state.colorTargetsCount];
35
delete[] mHal.state.
colorTargets
;
59
mHal.state.
colorTargets
[slot] = a;
78
mHal.state.
colorTargets
[i] = NULL;
rsFBOCache.h
47
Allocation **
colorTargets
;
rsContext.cpp
643
if (mFBOCache.mHal.state.
colorTargets
[i] != NULL) {
644
return mFBOCache.mHal.state.
colorTargets
[i]->getType()->getDimX();
655
if (mFBOCache.mHal.state.
colorTargets
[i] != NULL) {
656
return mFBOCache.mHal.state.
colorTargets
[i]->getType()->getDimY();
Completed in 79 milliseconds