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

  /frameworks/base/libs/rs/
rsProgramRaster.cpp 57 void ProgramRaster::setupGL(const Context *rsc, ProgramRasterState *state)
87 void ProgramRaster::setupGL2(const Context *rsc, ProgramRasterState *state)
97 ProgramRasterState::ProgramRasterState()
101 ProgramRasterState::~ProgramRasterState()
105 void ProgramRasterState::init(Context *rsc, int32_t w, int32_t h)
111 void ProgramRasterState::deinit(Context *rsc)
rsProgramRaster.h 26 class ProgramRasterState;
37 virtual void setupGL(const Context *, ProgramRasterState *);
38 virtual void setupGL2(const Context *, ProgramRasterState *);
54 class ProgramRasterState
57 ProgramRasterState();
58 ~ProgramRasterState();

Completed in 24 milliseconds