HomeSort by relevance Sort by last modified time
    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 872 GLint samplerVal;
874 while ((samplerIdx = shared->getNextSamplerUniform(program, samplerIdx, &samplerVal, &samplerTarget)) != -1) {
875 if (samplerVal < 0 || samplerVal >= GLClientState::MAX_TEXTURE_UNITS)
877 if (ctx->updateHostTexture2DBinding(GL_TEXTURE0 + samplerVal,
880 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 91 milliseconds