Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h48 struct LinkedUniform : public sh::ShaderVariable, public ActiveVariable struct
62 LinkedUniform &operator=(const LinkedUniform &uniform); argument
65 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 …]
DUniform.cpp42 LinkedUniform::LinkedUniform() in LinkedUniform() function in gl::LinkedUniform
46 LinkedUniform::LinkedUniform(GLenum typeIn, in LinkedUniform() function in gl::LinkedUniform
68 LinkedUniform::LinkedUniform(const sh::ShaderVariable &uniform) in LinkedUniform() function in gl::LinkedUniform
78 LinkedUniform::LinkedUniform(const LinkedUniform &uniform) in LinkedUniform() function in gl::LinkedUniform
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h48 struct LinkedUniform : public sh::Uniform, public ActiveVariable struct
62 LinkedUniform &operator=(const LinkedUniform &uniform); argument
65 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 …]
DUniform.cpp42 LinkedUniform::LinkedUniform() in LinkedUniform() function in gl::LinkedUniform
46 LinkedUniform::LinkedUniform(GLenum typeIn, in LinkedUniform() function in gl::LinkedUniform
68 LinkedUniform::LinkedUniform(const sh::Uniform &uniform) in LinkedUniform() function in gl::LinkedUniform
78 LinkedUniform::LinkedUniform(const LinkedUniform &uniform) in LinkedUniform() function in gl::LinkedUniform