Searched refs:st_validate_attachment (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 645 st_validate_attachment(struct gl_context *ctx, in st_validate_attachment() function 735 if (!st_validate_attachment(ctx, screen, depth, PIPE_BIND_DEPTH_STENCIL)) { in st_validate_framebuffer() 740 if (!st_validate_attachment(ctx, screen, stencil, PIPE_BIND_DEPTH_STENCIL)) { in st_validate_framebuffer() 750 if (!st_validate_attachment(ctx, screen, att, PIPE_BIND_RENDER_TARGET)) { in st_validate_framebuffer()
|