Searched defs:getBConst (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ | ||
H A D | ConstantUnion.h | 102 bool getBConst() const { return bConst; } in getBConst() function in ConstantUnion |
H A D | intermediate.h | 442 bool getBConst(int index) const { return unionArrayPointer ? unionArrayPointer[index].getBConst() : false; } in getBConst() function in TIntermConstantUnion |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ | ||
H A D | ConstantUnion.cpp | 106 bool TConstantUnion::getBConst() const in getBConst() function in sh::TConstantUnion |
H A D | IntermNode.h | 367 bool getBConst(size_t index) const in getBConst() function in sh::TIntermConstantUnion |
/third_party/glslang/glslang/Include/ | ||
H A D | ConstantUnion.h | 127 bool getBConst() const { return bConst; } in getBConst() function in glslang::TConstUnion |
Completed in 12 milliseconds