HomeSort by relevance Sort by last modified time
    Searched refs:graw (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/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')
  /external/mesa3d/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')
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
SConscript 2 # SConscript for graw-gdi
32 graw = env.SharedLibrary(
33 target = 'graw',
39 graw = env.FindIxes(graw, 'LIBPREFIX', 'LIBSUFFIX')
41 graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX')
43 env.Alias('graw-gdi', graw)
graw_gdi.c 31 #include "state_tracker/graw.h"
57 } graw; variable in typeref:struct:__anon18866
90 wc.lpszClassName = "graw-gdi";
136 graw.draw = draw;
153 if (graw.draw) {
154 graw.draw();
  /external/mesa3d/src/gallium/targets/graw-gdi/
SConscript 2 # SConscript for graw-gdi
32 graw = env.SharedLibrary(
33 target = 'graw',
39 graw = env.FindIxes(graw, 'LIBPREFIX', 'LIBSUFFIX')
41 graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX')
43 env.Alias('graw-gdi', graw)
graw_gdi.c 31 #include "state_tracker/graw.h"
57 } graw; variable in typeref:struct:__anon7204
90 wc.lpszClassName = "graw-gdi";
136 graw.draw = draw;
153 if (graw.draw) {
154 graw.draw();
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
SConscript 35 graw = env.SharedLibrary(
36 target ='graw',
40 graw = env.InstallSharedLibrary(graw, version=(1, 0))
42 env.Alias('graw-xlib', graw)
graw_xlib.c 9 #include "state_tracker/graw.h"
19 } graw; variable in typeref:struct:__anon18867
31 winsys = xlib_create_sw_winsys( graw.display );
61 graw.display = XOpenDisplay(NULL);
62 if (graw.display == NULL)
65 scrnum = DefaultScreen( graw.display );
66 root = RootWindow( graw.display, scrnum );
69 if (graw.display == NULL)
78 templat.screen = DefaultScreen(graw.display);
82 visinfo = XGetVisualInfo(graw.display, mask, &templat, &n)
    [all...]
  /external/mesa3d/src/gallium/targets/graw-xlib/
SConscript 35 graw = env.SharedLibrary(
36 target ='graw',
40 graw = env.InstallSharedLibrary(graw, version=(1, 0))
42 env.Alias('graw-xlib', graw)
graw_xlib.c 9 #include "state_tracker/graw.h"
19 } graw; variable in typeref:struct:__anon7205
31 winsys = xlib_create_sw_winsys( graw.display );
61 graw.display = XOpenDisplay(NULL);
62 if (graw.display == NULL)
65 scrnum = DefaultScreen( graw.display );
66 root = RootWindow( graw.display, scrnum );
69 if (graw.display == NULL)
78 templat.screen = DefaultScreen(graw.display);
82 visinfo = XGetVisualInfo(graw.display, mask, &templat, &n)
    [all...]

Completed in 134 milliseconds