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

  /frameworks/base/libs/rs/
rsProgramVertex.h 26 class ProgramVertexState;
38 virtual void setupGL(const Context *rsc, ProgramVertexState *state);
39 virtual void setupGL2(const Context *rsc, ProgramVertexState *state, ShaderCache *sc);
68 class ProgramVertexState
71 ProgramVertexState();
72 ~ProgramVertexState();
rsProgramVertex.cpp 65 void ProgramVertex::setupGL(const Context *rsc, ProgramVertexState *state)
200 void ProgramVertex::setupGL2(const Context *rsc, ProgramVertexState *state, ShaderCache *sc)
357 ProgramVertexState::ProgramVertexState()
361 ProgramVertexState::~ProgramVertexState()
365 void ProgramVertexState::init(Context *rsc, int32_t w, int32_t h)
388 void ProgramVertexState::updateSize(Context *rsc, int32_t w, int32_t h)
398 void ProgramVertexState::deinit(Context *rsc)

Completed in 49 milliseconds