xref: /third_party/mesa3d/src/gallium/targets/graw-null/graw_null.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/gallium/targets/graw-null/
1bf215546Sopenharmony_ci#include "frontend/graw.h"
2bf215546Sopenharmony_ci
3bf215546Sopenharmony_ci
4bf215546Sopenharmony_ci
5bf215546Sopenharmony_ci
6bf215546Sopenharmony_cistruct pipe_screen *
7bf215546Sopenharmony_cigraw_create_window_and_screen( int x,
8bf215546Sopenharmony_ci                               int y,
9bf215546Sopenharmony_ci                               unsigned width,
10bf215546Sopenharmony_ci                               unsigned height,
11bf215546Sopenharmony_ci                               enum pipe_format format,
12bf215546Sopenharmony_ci                               void **handle)
13bf215546Sopenharmony_ci{
14bf215546Sopenharmony_ci   return NULL;
15bf215546Sopenharmony_ci}
16bf215546Sopenharmony_ci
17bf215546Sopenharmony_ci
18bf215546Sopenharmony_ci
19bf215546Sopenharmony_civoid
20bf215546Sopenharmony_cigraw_set_display_func( void (*draw)( void ) )
21bf215546Sopenharmony_ci{
22bf215546Sopenharmony_ci}
23bf215546Sopenharmony_ci
24bf215546Sopenharmony_ci
25bf215546Sopenharmony_civoid
26bf215546Sopenharmony_cigraw_main_loop( void )
27bf215546Sopenharmony_ci{
28bf215546Sopenharmony_ci}
29

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