Home
last modified time | relevance | path

Searched defs:LinkedUniform (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DUniform.h81 struct LinkedUniform struct
94 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 …]
H A DUniform.cpp16 LinkedUniform::LinkedUniform(GLenum typeIn, in LinkedUniform() function in gl::LinkedUniform
48 LinkedUniform::LinkedUniform(const UsedUniform &usedUniform) in LinkedUniform() function in gl::LinkedUniform