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

/frameworks/rs/
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) {
221 void ProgramVertexState::updateSize(Context *rsc) {
238 void ProgramVertexState::deinit(Context *rsc) {
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();

Completed in 41 milliseconds