Searched refs:vtest_input (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/vtest/ |
D | vtest.h | 37 struct vtest_input { struct 42 int (*read)(struct vtest_input *input, void *buf, int size); argument 48 int vtest_create_context(struct vtest_input *input, int out_fd, 71 int vtest_block_read(struct vtest_input *input, void *buf, int size); 72 int vtest_buf_read(struct vtest_input *input, void *buf, int size);
|
D | vtest_fuzzer.c | 89 static void vtest_fuzzer_run_renderer(int out_fd, struct vtest_input *input, in vtest_fuzzer_run_renderer() 160 struct vtest_input input; in LLVMFuzzerTestOneInput()
|
D | vtest_renderer.c | 61 struct vtest_input *input; 174 int vtest_block_read(struct vtest_input *input, void *buf, int size) in vtest_block_read() 245 int vtest_buf_read(struct vtest_input *input, void *buf, int size) in vtest_buf_read() 300 static struct vtest_context *vtest_new_context(struct vtest_input *input, in vtest_new_context() 347 int vtest_create_context(struct vtest_input *input, int out_fd, in vtest_create_context()
|
D | vtest_server.c | 61 struct vtest_input input;
|