Searched defs:ProgramRasterState (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsProgramRaster.cpp46 void ProgramRaster::setup(const Context *rsc, ProgramRasterState *state) {
63 ProgramRasterState::ProgramRasterState() { function in class:android::renderscript::ProgramRasterState
66 ProgramRasterState::~ProgramRasterState() {
69 void ProgramRasterState::init(Context *rsc) {
73 void ProgramRasterState::deinit(Context *rsc) {
H A DrsProgramRaster.h28 class ProgramRasterState;
50 virtual void setup(const Context *, ProgramRasterState *);
69 class ProgramRasterState { class in namespace:android::renderscript
71 ProgramRasterState();
72 ~ProgramRasterState();

Completed in 48 milliseconds