OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProgramFragmentStore
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/rs/
rsProgramFragmentStore.cpp
27
ProgramFragmentStore
::
ProgramFragmentStore
(Context *rsc) :
49
ProgramFragmentStore
::~
ProgramFragmentStore
()
53
void
ProgramFragmentStore
::setupGL(const Context *rsc, ProgramFragmentStoreState *state)
88
void
ProgramFragmentStore
::setupGL2(const Context *rsc, ProgramFragmentStoreState *state)
124
void
ProgramFragmentStore
::setDitherEnable(bool enable)
129
void
ProgramFragmentStore
::setDepthFunc(RsDepthFunc func)
159
void
ProgramFragmentStore
::setDepthMask(bool mask)
164
void
ProgramFragmentStore
::setBlendFunc(RsBlendSrcFunc src, RsBlendDstFunc dst
[
all
...]
rsProgramFragmentStore.h
28
class
ProgramFragmentStore
: public Program
31
ProgramFragmentStore
(Context *);
32
virtual ~
ProgramFragmentStore
();
71
ObjectBaseRef<
ProgramFragmentStore
> mDefault;
72
ObjectBaseRef<
ProgramFragmentStore
> mLast;
75
ProgramFragmentStore
*mPFS;
Completed in 120 milliseconds