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 android::renderscript::ProgramRasterState
66 ProgramRasterState::~ProgramRasterState() { in ~ProgramRasterState()
69 void ProgramRasterState::init(Context *rsc) { in init()
73 void ProgramRasterState::deinit(Context *rsc) { in deinit()
DrsProgramRaster.h28 class ProgramRasterState; variable
50 virtual void setup(const Context *, ProgramRasterState *);
69 class ProgramRasterState {
71 ProgramRasterState();
72 ~ProgramRasterState();
DrsContext.h123 ProgramRasterState mStateRaster;