19 #ifndef MIR_TEST_DOUBLES_MOCK_GL_CONFIG_H_
20 #define MIR_TEST_DOUBLES_MOCK_GL_CONFIG_H_
24 #include <gmock/gmock.h>
Definition: mock_gl_config.h:33
virtual int depth_buffer_bits() const =0
Gets the bits to use for each pixel in the depth buffer.
virtual int stencil_buffer_bits() const =0
Gets the bits to use for each pixel in the stencil buffer.
Interface for customizing aspects of the GL config used by the server.
Definition: gl_config.h:30
MOCK_CONST_METHOD0(depth_buffer_bits, int())