Searched defs:getIConst (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ | ||
H A D | ConstantUnion.h | 99 int getIConst() const { return iConst; } in getIConst() function in ConstantUnion |
H A D | intermediate.h | 439 int getIConst(int index) const { return unionArrayPointer ? unionArrayPointer[index].getIConst() : 0; } in getIConst() function in TIntermConstantUnion |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ | ||
H A D | ConstantUnion.cpp | 80 int TConstantUnion::getIConst() const in getIConst() function in sh::TConstantUnion [all...] |
H A D | IntermNode.h | 355 int getIConst(size_t index) const in getIConst() function in sh::TIntermConstantUnion |
/third_party/glslang/glslang/Include/ | ||
H A D | ConstantUnion.h | 122 int getIConst() const { return iConst; } in getIConst() function in glslang::TConstUnion |
Completed in 8 milliseconds