Home
last modified time | relevance | path

Searched refs:ProgramRasterState (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsProgramRaster.cpp46 void ProgramRaster::setup(const Context *rsc, ProgramRasterState *state) { in setup()
63 ProgramRasterState::ProgramRasterState() { in ProgramRasterState() function in ProgramRasterState
66 ProgramRasterState::~ProgramRasterState() { in ~ProgramRasterState()
69 void ProgramRasterState::init(Context *rsc) { in init()
73 void ProgramRasterState::deinit(Context *rsc) { in deinit()
DrsProgramRaster.h26 class ProgramRasterState; variable
48 virtual void setup(const Context *, ProgramRasterState *);
67 class ProgramRasterState {
69 ProgramRasterState();
70 ~ProgramRasterState();
DrsContext.h133 ProgramRasterState mStateRaster;