#include <mock_epoxy.h>
Public Member Functions | |
| MockEpoxy () | |
| ~MockEpoxy () | |
| MOCK_METHOD (bool, epoxy_has_gl_extension,(const char *extension)) | |
| MOCK_METHOD (bool, epoxy_is_desktop_gl,()) | |
| MOCK_METHOD (int, epoxy_gl_version,()) | |
| MOCK_METHOD (void, eglCreateImage,(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list)) | |
| MOCK_METHOD (void, glClearColor,(GLfloat r, GLfloat g, GLfloat b, GLfloat a)) | |
| MOCK_METHOD (void, glBlitFramebuffer,(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)) | |
| MOCK_METHOD (void, glDeleteFramebuffers,(GLsizei n, const GLuint *framebuffers)) | |
| MOCK_METHOD (void, glDeleteRenderbuffers,(GLsizei n, const GLuint *renderbuffers)) | |
| MOCK_METHOD (void, glDeleteTextures,(GLsizei n, const GLuint *textures)) | |
| MOCK_METHOD (void, glGenFramebuffers,(GLsizei n, GLuint *framebuffers)) | |
| MOCK_METHOD (void, glGenRenderbuffers,(GLsizei n, GLuint *renderbuffers)) | |
| MOCK_METHOD (void, glGenTextures,(GLsizei n, GLuint *textures)) | |
| MOCK_METHOD (const GLubyte *, glGetString,(GLenum pname)) | |
Definition at line 16 of file mock_epoxy.h.
| MockEpoxy::MockEpoxy | ( | ) |
Definition at line 63 of file mock_epoxy.cc.
References mock.
| MockEpoxy::~MockEpoxy | ( | ) |
Definition at line 67 of file mock_epoxy.cc.
References mock.
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | bool | , |
| epoxy_has_gl_extension | , | ||
| (const char *extension) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | bool | , |
| epoxy_is_desktop_gl | , | ||
| () | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | const GLubyte * | , |
| glGetString | , | ||
| (GLenum pname) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | int | , |
| epoxy_gl_version | , | ||
| () | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| eglCreateImage | , | ||
| (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| glBlitFramebuffer | , | ||
| (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| glClearColor | , | ||
| (GLfloat r, GLfloat g, GLfloat b, GLfloat a) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| glDeleteFramebuffers | , | ||
| (GLsizei n, const GLuint *framebuffers) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| glDeleteRenderbuffers | , | ||
| (GLsizei n, const GLuint *renderbuffers) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| glDeleteTextures | , | ||
| (GLsizei n, const GLuint *textures) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| glGenFramebuffers | , | ||
| (GLsizei n, GLuint *framebuffers) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| glGenRenderbuffers | , | ||
| (GLsizei n, GLuint *renderbuffers) | |||
| ) |
| flutter::testing::MockEpoxy::MOCK_METHOD | ( | void | , |
| glGenTextures | , | ||
| (GLsizei n, GLuint *textures) | |||
| ) |