Searched defs:readFb (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | framebuffer.c | 665 _mesa_update_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb) _mesa_update_framebuffer() argument
|
H A D | blend.c | 1118 _mesa_get_clamp_read_color(const struct gl_context *ctx, const struct gl_framebuffer *readFb) _mesa_get_clamp_read_color() argument
|
H A D | blit.c | 192 validate_color_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, in validate_color_buffer() argument 267 validate_stencil_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, in validate_stencil_buffer() argument 313 validate_depth_buffer(struct gl_context *ctx, struct gl_framebuffer *readFb, in validate_depth_buffer() argument 629 blit_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, bool no_error, const char *func) blit_framebuffer() argument 868 blit_framebuffer_err(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, const char *func) blit_framebuffer_err() argument 933 struct gl_framebuffer *readFb, *drawFb; blit_named_framebuffer() local [all...] |
H A D | image.c | 757 _mesa_clip_blit(struct gl_context *ctx, const struct gl_framebuffer *readFb, const struct gl_framebuffer *drawFb, GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) _mesa_clip_blit() argument
|
Completed in 6 milliseconds