Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DUniform.h215 struct BufferVariable : public sh::ShaderVariable struct
226 void setActive(ShaderType shaderType, bool used, uint32_t _id) in setActive()
230 bool isActive(ShaderType shaderType) const { return activeVariable.isActive(shaderType); } in isActive()
231 uint32_t getId(ShaderType shaderType) const { return activeVariable.getId(shaderType); } in getId()
232 ShaderBitSet activeShaders() const { return activeVariable.activeShaders(); } in activeShaders()
234 ActiveVariable activeVariable;
235 int bufferIndex;
236 sh::BlockMemberInfo blockInfo;
238 int topLevelArraySize;
DUniform.cpp173 BufferVariable::BufferVariable() in BufferVariable() function in gl::BufferVariable
177 BufferVariable::BufferVariable(GLenum typeIn, in BufferVariable() function in gl::BufferVariable