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:ProgramRasterState
66 ProgramRasterState::~ProgramRasterState() {
69 void ProgramRasterState::init(Context *rsc) {
73 void ProgramRasterState::deinit(Context *rsc) {
H A DrsProgramRaster.h26 class ProgramRasterState;
48 virtual void setup(const Context *, ProgramRasterState *);
67 class ProgramRasterState { class in namespace:android::renderscript
69 ProgramRasterState();
70 ~ProgramRasterState();

Completed in 75 milliseconds