D | reflection.cpp | 157 … TObjectReflection(name.c_str(), type, 0, mapToGlType(type), mapToGlArraySize(type), 0)); in addPipeIOVariable() 450 …variables.push_back(TObjectReflection(name.c_str(), *terminalType, offset, mapToGlType(*terminalTy… in blowUpActiveAggregate() 532 … TObjectReflection(name.c_str(), type, 0, mapToGlType(type), mapToGlArraySize(type), 0)); in blowUpIOAggregate() 655 blocks.push_back(TObjectReflection(name.c_str(), type, -1, -1, size, blockIndex)); in addBlockName() 1078 TObjectReflection::TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int… in TObjectReflection() function in glslang::TObjectReflection 1085 int TObjectReflection::getBinding() const in getBinding() 1092 void TObjectReflection::dump() const in dump()
|