HomeSort by relevance Sort by last modified time
    Searched refs:ProgramVertexState (Results 1 - 3 of 3) 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) {
149 ProgramVertexState::ProgramVertexState() {
152 ProgramVertexState::~ProgramVertexState() {
155 void ProgramVertexState::init(Context *rsc) {
209 void ProgramVertexState::updateSize(Context *rsc) {
225 void ProgramVertexState::deinit(Context *rsc) {
rsContext.h 98 ProgramVertexState mStateVertex;

Completed in 101 milliseconds