OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSamplersPS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp
381
if (samplerIndex <
mSamplersPS
.size() &&
mSamplersPS
[samplerIndex].active)
383
logicalTextureUnit =
mSamplersPS
[samplerIndex].logicalTextureUnit;
411
ASSERT(samplerIndex <
mSamplersPS
.size());
412
ASSERT(
mSamplersPS
[samplerIndex].active);
413
return
mSamplersPS
[samplerIndex].textureType;
944
if (samplerIndex <
mSamplersPS
.size())
946
ASSERT(
mSamplersPS
[samplerIndex].active);
947
mSamplersPS
[samplerIndex].logicalTextureUnit = v[i][0];
[
all
...]
ProgramBinary.h
306
std::vector<Sampler>
mSamplersPS
;
Completed in 52 milliseconds