Searched defs:ProgramVertexState (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsProgramVertex.h26 class ProgramVertexState;
35 virtual void setup(Context *rsc, ProgramVertexState *state);
49 class ProgramVertexState { class in namespace:android::renderscript
51 ProgramVertexState();
52 ~ProgramVertexState();
H A DrsProgramVertex.cpp38 void ProgramVertex::setup(Context *rsc, ProgramVertexState *state) {
161 ProgramVertexState::ProgramVertexState() { function in class:ProgramVertexState
164 ProgramVertexState::~ProgramVertexState() {
167 void ProgramVertexState::init(Context *rsc) {
217 void ProgramVertexState::updateSize(Context *rsc) {
234 void ProgramVertexState::deinit(Context *rsc) {

Completed in 847 milliseconds