Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DUniform.h63 struct LinkedUniform struct
77 LinkedUniform &operator=(const LinkedUniform &other); argument
80 void setBlockInfo(int offset, int arrayStride, int matrixStride, bool isRowMajorMatrix) in setBlockInfo()
87 void setBufferIndex(int bufferIndex) { mFixedSizeData.bufferIndex = bufferIndex; } in setBufferIndex()
89 bool isSampler() const { return typeInfo->isSampler; } in isSampler()
90 bool isImage() const { return typeInfo->isImageType; } in isImage()
91 bool isAtomicCounter() const { return IsAtomicCounterType(mFixedSizeData.type); } in isAtomicCounter()
92 bool isInDefaultBlock() const { return mFixedSizeData.bufferIndex == -1; } in isInDefaultBlock()
93 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize()
94 size_t getElementComponents() const { return typeInfo->componentCount; } in getElementComponents()
[all …]
DUniform.cpp47 LinkedUniform::LinkedUniform() in LinkedUniform() function in gl::LinkedUniform
65 LinkedUniform::LinkedUniform(GLenum typeIn, in LinkedUniform() function in gl::LinkedUniform
97 LinkedUniform::LinkedUniform(const LinkedUniform &other) in LinkedUniform() function in gl::LinkedUniform
102 LinkedUniform::LinkedUniform(const UsedUniform &usedUniform) in LinkedUniform() function in gl::LinkedUniform