OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStateFragmentStore
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/rs/
rsProgramFragmentStore.cpp
268
delete rsc->
mStateFragmentStore
.mPFS;
269
rsc->
mStateFragmentStore
.mPFS = new ProgramFragmentStore(rsc);
275
rsc->
mStateFragmentStore
.mPFS->setDepthFunc(func);
280
rsc->
mStateFragmentStore
.mPFS->setDepthMask(mask);
285
rsc->
mStateFragmentStore
.mPFS->setColorMask(r, g, b, a);
290
rsc->
mStateFragmentStore
.mPFS->setBlendFunc(src, dst);
295
ProgramFragmentStore *pfs = rsc->
mStateFragmentStore
.mPFS;
297
rsc->
mStateFragmentStore
.mPFS = 0;
303
rsc->
mStateFragmentStore
.mPFS->setDitherEnable(enable);
rsContext.h
73
ProgramFragmentStoreState
mStateFragmentStore
;
123
return
mStateFragmentStore
.mDefault.get();
rsContext.cpp
177
mStateFragmentStore
.mLast.clear();
256
mFragmentStore->setupGL2(this, &
mStateFragmentStore
);
262
mFragmentStore->setupGL(this, &
mStateFragmentStore
);
309
rsc->
mStateFragmentStore
.init(rsc, rsc->mEGL.mWidth, rsc->mEGL.mHeight);
353
rsc->
mStateFragmentStore
.deinit(rsc);
590
mFragmentStore.set(
mStateFragmentStore
.mDefault);
Completed in 63 milliseconds