Home
last modified time | relevance | path

Searched refs:copypix (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c109 struct copypix_state *copypix);
1559 meta_copypix_cleanup(struct gl_context *ctx, struct copypix_state *copypix) in meta_copypix_cleanup() argument
1561 if (copypix->VAO == 0) in meta_copypix_cleanup()
1563 _mesa_DeleteVertexArrays(1, &copypix->VAO); in meta_copypix_cleanup()
1564 copypix->VAO = 0; in meta_copypix_cleanup()
1565 _mesa_reference_buffer_object(ctx, &copypix->buf_obj, NULL); in meta_copypix_cleanup()
1817 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
1842 _mesa_meta_setup_vertex_objects(ctx, &copypix->VAO, &copypix->buf_obj, false, in _mesa_meta_CopyPixels()
1882 _mesa_buffer_sub_data(ctx, copypix->buf_obj, 0, sizeof(verts), verts); in _mesa_meta_CopyPixels()
/third_party/mesa3d/src/broadcom/ci/
Dvc4-rpi3-fails.txt1270 spec@arb_framebuffer_object@fbo-mipmap-copypix,Fail