Searched defs:getInterfaceBlocks (Results 1 – 3 of 3) sorted by relevance
32 const std::vector<sh::InterfaceBlock> &getInterfaceBlocks() const { return mInterfaceBlocks; } in getInterfaceBlocks() function38 std::vector<sh::InterfaceBlock> &getInterfaceBlocks() { return mInterfaceBlocks; } in getInterfaceBlocks() function
165 const std::vector<sh::InterfaceBlock> &Shader::getInterfaceBlocks() const in getInterfaceBlocks() function in gl::Shader190 std::vector<sh::InterfaceBlock> &Shader::getInterfaceBlocks() in getInterfaceBlocks() function in gl::Shader
77 const std::vector<sh::InterfaceBlock> &getInterfaceBlocks() const { return interfaceBlocks; } in getInterfaceBlocks() function