HomeSort by relevance Sort by last modified time
    Searched refs:ProgramRasterState (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/
rsProgramRaster.h 26 class ProgramRasterState;
48 virtual void setup(const Context *, ProgramRasterState *);
67 class ProgramRasterState {
69 ProgramRasterState();
70 ~ProgramRasterState();
rsProgramRaster.cpp 46 void ProgramRaster::setup(const Context *rsc, ProgramRasterState *state) {
63 ProgramRasterState::ProgramRasterState() {
66 ProgramRasterState::~ProgramRasterState() {
69 void ProgramRasterState::init(Context *rsc) {
73 void ProgramRasterState::deinit(Context *rsc) {
rsContext.h 115 ProgramRasterState mStateRaster;

Completed in 46 milliseconds