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

  /frameworks/rs/
rsProgramVertex.h 26 class ProgramVertexState;
35 virtual void setup(Context *rsc, ProgramVertexState *state);
49 class ProgramVertexState {
51 ProgramVertexState();
52 ~ProgramVertexState();
rsProgramVertex.cpp 38 void ProgramVertex::setup(Context *rsc, ProgramVertexState *state) {
161 ProgramVertexState::ProgramVertexState() {
164 ProgramVertexState::~ProgramVertexState() {
167 void ProgramVertexState::init(Context *rsc) {
221 void ProgramVertexState::updateSize(Context *rsc) {
238 void ProgramVertexState::deinit(Context *rsc) {

Completed in 188 milliseconds