xref: /third_party/mesa3d/src/gallium/drivers/softpipe/sp_public.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/gallium/drivers/softpipe/
1bf215546Sopenharmony_ci#ifndef SP_PUBLIC_H
2bf215546Sopenharmony_ci#define SP_PUBLIC_H
3bf215546Sopenharmony_ci
4bf215546Sopenharmony_ci#ifdef __cplusplus
5bf215546Sopenharmony_ciextern "C" {
6bf215546Sopenharmony_ci#endif
7bf215546Sopenharmony_ci
8bf215546Sopenharmony_cistruct pipe_screen;
9bf215546Sopenharmony_cistruct sw_winsys;
10bf215546Sopenharmony_ci
11bf215546Sopenharmony_cistruct pipe_screen *
12bf215546Sopenharmony_cisoftpipe_create_screen(struct sw_winsys *winsys);
13bf215546Sopenharmony_ci
14bf215546Sopenharmony_ci#ifdef __cplusplus
15bf215546Sopenharmony_ci}
16bf215546Sopenharmony_ci#endif
17bf215546Sopenharmony_ci
18bf215546Sopenharmony_ci#endif
19

Indexes created Thu Nov 07 10:32:03 CST 2024