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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.h 68 class TReflection {
70 TReflection() : badReflection("__bad__", -1, -1, -1, -1) {}
71 virtual ~TReflection() {}
reflection.cpp 43 // Grow the reflection database through a friend traverser class of TReflection and a
74 // This is in the glslang namespace directly so it can be a friend of TReflection.
79 TLiveTraverser(const TIntermediate& i, TReflection& r) : intermediate(i), reflection(r) { }
119 TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name);
255 TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name);
350 TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name);
645 TReflection& reflection;
712 // Implement TReflection methods.
718 bool TReflection::addStage(EShLanguage, const TIntermediate& intermediate)
738 void TReflection::dump(
    [all...]
ShaderLang.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Public/
ShaderLang.h 435 class TReflection;
481 TReflection* reflection;

Completed in 117 milliseconds