HomeSort by relevance Sort by last modified time
    Searched full:graw (Results 1 - 25 of 44) sorted by null

1 2

  /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')
graw_null.c 1 #include "state_tracker/graw.h"
graw_util.c 9 #include "state_tracker/graw.h"
12 /* Helper functions. These are the same for all graw implementations.
  /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')
graw_null.c 1 #include "state_tracker/graw.h"
graw_util.c 9 #include "state_tracker/graw.h"
12 /* Helper functions. These are the same for all graw implementations.
  /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:__anon14968
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:__anon25333
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:__anon14969
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:__anon25334
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/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
SConscript 7 env.Prepend(LIBPATH = [graw.dir])
8 env.Prepend(LIBS = ['graw'])
41 #env.Depends(program, graw)
42 env.Alias('graw-progs', program)
graw_util.h 2 #include "state_tracker/graw.h"
59 debug_printf("graw: Failed to create screen/window\n");
65 debug_printf("graw: Failed to create context\n");
84 debug_printf("graw: Failed to create color texture\n");
98 debug_printf("graw: Failed to get color surface\n");
115 debug_printf("graw: Failed to create Z texture\n");
129 debug_printf("graw: Failed to get Z surface\n");
241 debug_printf("graw: failed to create texture\n");
clear.c 2 * any utility code, just the graw interface and gallium.
6 #include "state_tracker/graw.h"
tri.c 2 * any utility code, just the graw interface and gallium.
  /external/mesa3d/src/gallium/tests/graw/
SConscript 7 env.Prepend(LIBPATH = [graw.dir])
8 env.Prepend(LIBS = ['graw'])
41 #env.Depends(program, graw)
42 env.Alias('graw-progs', program)
graw_util.h 2 #include "state_tracker/graw.h"
59 debug_printf("graw: Failed to create screen/window\n");
65 debug_printf("graw: Failed to create context\n");
84 debug_printf("graw: Failed to create color texture\n");
98 debug_printf("graw: Failed to get color surface\n");
115 debug_printf("graw: Failed to create Z texture\n");
129 debug_printf("graw: Failed to get Z surface\n");
241 debug_printf("graw: failed to create texture\n");
clear.c 2 * any utility code, just the graw interface and gallium.
6 #include "state_tracker/graw.h"
  /external/chromium_org/third_party/mesa/src/src/gallium/
SConscript 123 'targets/graw-null/SConscript',
134 'targets/graw-xlib/SConscript',
140 'targets/graw-gdi/SConscript',
179 SConscript('tests/graw/SConscript')
  /external/mesa3d/src/gallium/
SConscript 123 'targets/graw-null/SConscript',
134 'targets/graw-xlib/SConscript',
140 'targets/graw-gdi/SConscript',
179 SConscript('tests/graw/SConscript')
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
graw.h 36 * For instance, the graw-xlib target includes code to implent these
  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 36 * For instance, the graw-xlib target includes code to implent these

Completed in 786 milliseconds

1 2