|
| 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::mockUniform2fv (GLint location, GLsizei count, const GLfloat *value) |
| |
| void | impeller::testing::mockUniform3fv (GLint location, GLsizei count, const GLfloat *value) |
| |
| void | impeller::testing::mockUniform4fv (GLint location, GLsizei count, const GLfloat *value) |
| |
| void | impeller::testing::mockUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) |
| |
| void | impeller::testing::mockUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) |
| |
| void | impeller::testing::mockUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, 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) |
| |
| void | impeller::testing::mockTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) |
| |
| void | impeller::testing::mockTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) |
| |
| void | impeller::testing::mockBindTexture (GLenum target, GLuint texture) |
| |
| 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) |
| |
| void | impeller::testing::mockViewport (GLint x, GLint y, GLsizei width, GLsizei height) |
| |
| void | impeller::testing::mockInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments) |
| |