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

  /frameworks/rs/
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) {
rsProgramRaster.h 28 class ProgramRasterState;
50 virtual void setup(const Context *, ProgramRasterState *);
69 class ProgramRasterState {
71 ProgramRasterState();
72 ~ProgramRasterState();

Completed in 54 milliseconds