Searched defs:LinkedUniform (Results 1 – 2 of 2) sorted by relevance
81 struct LinkedUniform struct94 const UniformTypeInfo &getUniformTypeInfo() const in getUniformTypeInfo()99 bool isSampler() const { return getUniformTypeInfo().isSampler; } in isSampler()100 bool isImage() const { return getUniformTypeInfo().isImageType; } in isImage()101 bool isAtomicCounter() const { return IsAtomicCounterType(getType()); } in isAtomicCounter()102 bool isInDefaultBlock() const { return pod.bufferIndex == -1; } in isInDefaultBlock()103 size_t getElementSize() const { return getUniformTypeInfo().externalSize; } in getElementSize()104 GLint getElementComponents() const { return GetUniformElementComponents(pod.typeIndex); } in getElementComponents()106 bool isTexelFetchStaticUse() const { return pod.flagBits.texelFetchStaticUse; } in isTexelFetchStaticUse()107 bool isFragmentInOut() const { return pod.flagBits.isFragmentInOut; } in isFragmentInOut()[all …]
16 LinkedUniform::LinkedUniform(GLenum typeIn, in LinkedUniform() function in gl::LinkedUniform48 LinkedUniform::LinkedUniform(const UsedUniform &usedUniform) in LinkedUniform() function in gl::LinkedUniform