Searched defs:UniformSlot (Results 1 – 3 of 3) sorted by relevance
234 struct UniformSlot struct236 std::string name;237 glu::DataType type;240 {247 } value;250 {259 } sampler;261 inline UniformSlot(void) : type(glu::TYPE_LAST) in UniformSlot() argument
39 enum class UniformSlot; variable
137 enum class UniformSlot { enum