You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef VTEST_H
|
|
#define VTEST_H
|
|
|
|
int vtest_create_renderer(int fd);
|
|
|
|
int vtest_send_caps(void);
|
|
|
|
int vtest_create_resource(void);
|
|
int vtest_resource_unref(void);
|
|
int vtest_submit_cmd(uint32_t length_dw);
|
|
#endif
|
|
|
|
|