HomeSort by relevance Sort by last modified time
    Searched refs:ProgramVertexState (Results 1 - 9 of 9) 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) {
217 void ProgramVertexState::updateSize(Context *rsc) {
234 void ProgramVertexState::deinit(Context *rsc) {
rsContext.h 128 ProgramVertexState mStateVertex;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsProgramVertex.h 26 class ProgramVertexState;
35 virtual void setup(Context *rsc, ProgramVertexState *state);
49 class ProgramVertexState {
51 ProgramVertexState();
52 ~ProgramVertexState();
rsContext.h 128 ProgramVertexState mStateVertex;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsProgramVertex.h 26 class ProgramVertexState;
35 virtual void setup(Context *rsc, ProgramVertexState *state);
49 class ProgramVertexState {
51 ProgramVertexState();
52 ~ProgramVertexState();
rsContext.h 128 ProgramVertexState mStateVertex;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsProgramVertex.h 26 class ProgramVertexState;
35 virtual void setup(Context *rsc, ProgramVertexState *state);
49 class ProgramVertexState {
51 ProgramVertexState();
52 ~ProgramVertexState();
rsContext.h 128 ProgramVertexState mStateVertex;

Completed in 945 milliseconds