|
| void | impeller::testing::doNothing () |
| |
| const unsigned char * | impeller::testing::mockGetString (GLenum name) |
| |
| const unsigned char * | impeller::testing::mockGetStringi (GLenum name, GLuint index) |
| |
| void | impeller::testing::mockGetIntegerv (GLenum name, int *value) |
| |
| GLenum | impeller::testing::mockGetError () |
| |
| void | impeller::testing::mockPopDebugGroupKHR () |
| |
| void | impeller::testing::mockPushDebugGroupKHR (GLenum source, GLuint id, GLsizei length, const GLchar *message) |
| |
| void | impeller::testing::mockGenQueriesEXT (GLsizei n, GLuint *ids) |
| |
| void | impeller::testing::mockBeginQueryEXT (GLenum target, GLuint id) |
| |
| void | impeller::testing::mockEndQueryEXT (GLuint id) |
| |
| void | impeller::testing::mockGetQueryObjectuivEXT (GLuint id, GLenum target, GLuint *result) |
| |
| void | impeller::testing::mockGetQueryObjectui64vEXT (GLuint id, GLenum target, GLuint64 *result) |
| |
| void | impeller::testing::mockDeleteQueriesEXT (GLsizei size, const GLuint *queries) |
| |
| void | impeller::testing::mockDeleteTextures (GLsizei size, const GLuint *queries) |
| |
| void | impeller::testing::mockUniform1fv (GLint location, GLsizei count, const GLfloat *value) |
| |
| void | impeller::testing::mockGenTextures (GLsizei n, GLuint *textures) |
| |
| void | impeller::testing::mockGenBuffers (GLsizei n, GLuint *buffers) |
| |
| void | impeller::testing::mockObjectLabelKHR (GLenum identifier, GLuint name, GLsizei length, const GLchar *label) |
| |
| GLboolean | impeller::testing::mockIsTexture (GLuint texture) |
| |
| GLenum | impeller::testing::mockCheckFramebufferStatus (GLenum target) |
| |
| void | impeller::testing::mockGenFramebuffers (GLsizei n, GLuint *ids) |
| |
| void | impeller::testing::mockBindFramebuffer (GLenum target, GLuint framebuffer) |
| |
| void | impeller::testing::mockReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *data) |
| |
| void | impeller::testing::mockDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments) |
| |