Home
last modified time | relevance | path

Searched refs:mActiveUniforms (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DTranslatorHLSL.h18 const sh::ActiveUniforms &getUniforms() { return mActiveUniforms; } in getUniforms()
23 sh::ActiveUniforms mActiveUniforms; variable
DTranslatorHLSL.cpp23 mActiveUniforms = outputHLSL.getUniforms(); in translate()
DOutputHLSL.h163 ActiveUniforms mActiveUniforms; variable
DOutputHLSL.cpp132 return mActiveUniforms; in getUniforms()
2987mActiveUniforms.push_back(Uniform(glVariableType(type), glVariablePrecision(type), name.c_str(), t… in declareUniform()
/external/chromium_org/third_party/angle/src/libGLESv2/
DShader.cpp181 return mActiveUniforms; in getUniforms()
346 mActiveUniforms.clear(); in uncompile()
395 mActiveUniforms = *(sh::ActiveUniforms*)activeUniforms; in compileToHLSL()
DShader.h127 sh::ActiveUniforms mActiveUniforms; variable