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

  /external/chromium_org/third_party/angle/src/compiler/
VariableInfo.h 41 TVariableInfoList& mUniforms;
VariableInfo.cpp 188 mUniforms(uniforms),
215 var = findVariable(symbol->getType(), symbol->getSymbol(), mUniforms);
277 (qualifier == EvqUniform ? mUniforms : mVaryings);
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 88 while (!mUniforms.empty())
90 delete mUniforms.back();
91 mUniforms.pop_back();
261 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
314 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
367 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
420 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
504 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
537 Uniform *targetUniform = mUniforms[mUniformIndex[location].index];
571 Uniform *targetUniform = mUniforms[mUniformIndex[location].index]
    [all...]
ProgramBinary.h 163 UniformArray mUniforms;
  /frameworks/base/libs/hwui/
Program.cpp 130 mUniforms.add(name, slot);
135 ssize_t index = mUniforms.indexOfKey(name);
137 return mUniforms.valueAt(index);
Program.h 422 KeyedVector<const char*, int> mUniforms;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 55 private HashMap<String, ProgramUniform> mUniforms;
743 mUniforms = new HashMap<String, ProgramUniform>(uniformCount[0]);
746 mUniforms.put(uniform.getName(), uniform);
752 ProgramUniform result = mUniforms.get(name);

Completed in 616 milliseconds