OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samplerVal
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/randomshaders/
rsgExecutionContext.cpp
76
const ExecValueStorage*
samplerVal
= m_varValues.find(sampler)->second;
78
int samplerNdx =
samplerVal
->getValue(sampler->getType()).asInt(0);
85
const ExecValueStorage*
samplerVal
= m_varValues.find(sampler)->second;
87
int samplerNdx =
samplerVal
->getValue(sampler->getType()).asInt(0);
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
886
GLint
samplerVal
;
888
while ((samplerIdx = shared->getNextSamplerUniform(program, samplerIdx, &
samplerVal
, &samplerTarget)) != -1) {
889
if (
samplerVal
< 0 ||
samplerVal
>= GLClientState::MAX_TEXTURE_UNITS)
891
if (ctx->updateHostTexture2DBinding(GL_TEXTURE0 +
samplerVal
,
894
hostActiveTexture = GL_TEXTURE0 +
samplerVal
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp
[
all
...]
Completed in 1528 milliseconds