HomeSort by: relevance | last modified time | path
    Searched refs:graw (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-null/
SConscript 22 graw = env.SharedLibrary(
23 target = 'graw',
28 graw = env.FindIxes(graw, 'LIBPREFIX', 'LIBSUFFIX')
30 graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX')
32 Export('graw_util', 'graw')
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-gdi/
SConscript 2 # SConscript for graw-gdi
33 graw = env.SharedLibrary(
34 target = 'graw',
40 graw = env.FindIxes(graw, 'LIBPREFIX', 'LIBSUFFIX')
42 graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX')
44 env.Alias('graw-gdi', graw)
graw_gdi.c 31 #include "state_tracker/graw.h"
57 } graw; variable in typeref:struct:__anon4593
90 wc.lpszClassName = "graw-gdi";
136 graw.draw = draw;
153 if (graw.draw) {
154 graw.draw();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/
SConscript 36 graw = env.SharedLibrary(
37 target ='graw',
41 graw = env.InstallSharedLibrary(graw, version=(1, 0))
43 env.Alias('graw-xlib', graw)
graw_xlib.c 9 #include "state_tracker/graw.h"
20 } graw; variable in typeref:struct:__anon4594
32 winsys = xlib_create_sw_winsys( graw.display );
62 graw.display = XOpenDisplay(NULL);
63 if (graw.display == NULL)
66 scrnum = DefaultScreen( graw.display );
67 root = RootWindow( graw.display, scrnum );
70 if (graw.display == NULL)
79 templat.screen = DefaultScreen(graw.display);
83 visinfo = XGetVisualInfo(graw.display, mask, &templat, &n)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-xlib/
graw_xlib.c 9 #include "frontend/graw.h"
20 } graw; variable in typeref:struct:__anon2258
32 winsys = xlib_create_sw_winsys( graw.display );
62 graw.display = XOpenDisplay(NULL);
63 if (graw.display == NULL)
66 scrnum = DefaultScreen( graw.display );
67 root = RootWindow( graw.display, scrnum );
70 if (graw.display == NULL)
79 templat.screen = DefaultScreen(graw.display);
83 visinfo = XGetVisualInfo(graw.display, mask, &templat, &n)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-gdi/
graw_gdi.c 31 #include "frontend/graw.h"
57 } graw; variable in typeref:struct:__anon2257
90 wc.lpszClassName = TEXT("graw-gdi");
136 graw.draw = draw;
153 if (graw.draw) {
154 graw.draw();

Completed in 21 milliseconds