Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DUniform.h176 struct BufferVariable struct
186 ~BufferVariable() {} in ~BufferVariable() argument
188 bool isArray() const { return pod.isArray; } in isArray()
189 uint32_t getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount()
193 std::string name;
194 std::string mappedName;
197 struct PODStruct
216 } pod;
H A DUniform.cpp83 BufferVariable::BufferVariable() in BufferVariable() function in gl::BufferVariable
91 BufferVariable::BufferVariable(GLenum type, in BufferVariable() function in gl::BufferVariable