HomeSort by relevance Sort by last modified time
    Searched refs:mSamplers (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/cpp/
Sampler.cpp 59 if (rs->mSamplers.N == NULL) { \
60 rs->mSamplers.N = (create(rs, MIN, MAG, WRAPS, WRAPT, 0.f)); \
62 return rs->mSamplers.N; \
RenderScript.cpp 50 memset(&mSamplers, 0, sizeof(mSamplers));
rsCppStructs.h 246 } mSamplers;
    [all...]
  /frameworks/rs/
rsSampler.h 90 ObjectBaseRef<Sampler> mSamplers[RS_MAX_SAMPLER_SLOT];
95 mSamplers[i].clear();
rsProgram.cpp 41 mSamplers = new ObjectBaseRef<Sampler>[mHal.state.texturesCount];
89 delete[] mSamplers;
139 mSamplers = NULL;
205 mSamplers[slot].set(s);
rsProgram.h 75 ObjectBaseRef<Sampler> *mSamplers;
rsSampler.cpp 61 ss->mSamplers[slot].set(this);
68 ss->mSamplers[slot].clear();

Completed in 266 milliseconds