Searched defs:BufferVariable (Results 1 – 2 of 2) sorted by relevance
215 struct BufferVariable : public sh::ShaderVariable struct226 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;
173 BufferVariable::BufferVariable() in BufferVariable() function in gl::BufferVariable177 BufferVariable::BufferVariable(GLenum typeIn, in BufferVariable() function in gl::BufferVariable