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

  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 388 if (samplerIndex < mSamplersVS.size() && mSamplersVS[samplerIndex].active)
390 logicalTextureUnit = mSamplersVS[samplerIndex].logicalTextureUnit;
415 ASSERT(samplerIndex < mSamplersVS.size());
416 ASSERT(mSamplersVS[samplerIndex].active);
417 return mSamplersVS[samplerIndex].textureType;
960 if (samplerIndex < mSamplersVS.size())
962 ASSERT(mSamplersVS[samplerIndex].active);
963 mSamplersVS[samplerIndex].logicalTextureUnit = v[i][0];
    [all...]
ProgramBinary.h 307 std::vector<Sampler> mSamplersVS;

Completed in 166 milliseconds