D | reflection.cpp | 159 … TObjectReflection(name.c_str(), type, 0, mapToGlType(type), mapToGlArraySize(type), 0)); in addPipeIOVariable() 452 …variables.push_back(TObjectReflection(name.c_str(), *terminalType, offset, mapToGlType(*terminalTy… in blowUpActiveAggregate() 534 … TObjectReflection(name.c_str(), type, 0, mapToGlType(type), mapToGlArraySize(type), 0)); in blowUpIOAggregate() 657 blocks.push_back(TObjectReflection(name.c_str(), type, -1, -1, size, blockIndex)); in addBlockName() 1080 TObjectReflection::TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int… in TObjectReflection() function in glslang::TObjectReflection 1087 int TObjectReflection::getBinding() const in getBinding() 1094 void TObjectReflection::dump() const in dump()
|