Searched defs:LinkedUniform (Results 1 – 4 of 4) sorted by relevance
48 struct LinkedUniform : public sh::ShaderVariable, public ActiveVariable struct62 LinkedUniform &operator=(const LinkedUniform &uniform); argument65 bool isSampler() const { return typeInfo->isSampler; } in isSampler()66 bool isImage() const { return typeInfo->isImageType; } in isImage()67 bool isAtomicCounter() const { return IsAtomicCounterType(type); } in isAtomicCounter()68 bool isInDefaultBlock() const { return bufferIndex == -1; } in isInDefaultBlock()69 bool isField() const { return name.find('.') != std::string::npos; } in isField()70 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize()71 size_t getElementComponents() const { return typeInfo->componentCount; } in getElementComponents()73 const UniformTypeInfo *typeInfo;[all …]
42 LinkedUniform::LinkedUniform() in LinkedUniform() function in gl::LinkedUniform46 LinkedUniform::LinkedUniform(GLenum typeIn, in LinkedUniform() function in gl::LinkedUniform68 LinkedUniform::LinkedUniform(const sh::ShaderVariable &uniform) in LinkedUniform() function in gl::LinkedUniform78 LinkedUniform::LinkedUniform(const LinkedUniform &uniform) in LinkedUniform() function in gl::LinkedUniform
48 struct LinkedUniform : public sh::Uniform, public ActiveVariable struct62 LinkedUniform &operator=(const LinkedUniform &uniform); argument65 bool isSampler() const { return typeInfo->isSampler; } in isSampler()66 bool isImage() const { return typeInfo->isImageType; } in isImage()67 bool isAtomicCounter() const { return IsAtomicCounterType(type); } in isAtomicCounter()68 bool isInDefaultBlock() const { return bufferIndex == -1; } in isInDefaultBlock()69 bool isField() const { return name.find('.') != std::string::npos; } in isField()70 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize()71 size_t getElementComponents() const { return typeInfo->componentCount; } in getElementComponents()73 const UniformTypeInfo *typeInfo;[all …]
42 LinkedUniform::LinkedUniform() in LinkedUniform() function in gl::LinkedUniform46 LinkedUniform::LinkedUniform(GLenum typeIn, in LinkedUniform() function in gl::LinkedUniform68 LinkedUniform::LinkedUniform(const sh::Uniform &uniform) in LinkedUniform() function in gl::LinkedUniform78 LinkedUniform::LinkedUniform(const LinkedUniform &uniform) in LinkedUniform() function in gl::LinkedUniform