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

  /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/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:__anon20934
90 wc.lpszClassName = "graw-gdi";
136 graw.draw = draw;
153 if (graw.draw) {
154 graw.draw();
  /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:__anon20935
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/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.
tri-gs.c 2 * any utility code, just the graw interface and gallium.
6 #include "state_tracker/graw.h"
quad-sample.c 2 * any utility code, just the graw interface and gallium.
5 #include "state_tracker/graw.h"
vs-test.c 2 * any utility code, just the graw interface and gallium.
5 #include "state_tracker/graw.h"
quad-tex.c 2 * any utility code, just the graw interface and gallium.
shader-leak.c 6 #include "state_tracker/graw.h"
fs-test.c 2 * any utility code, just the graw interface and gallium.
5 #include "state_tracker/graw.h"
gs-test.c 2 * any utility code, just the graw interface and gallium.
5 #include "state_tracker/graw.h"
tri-instanced.c 8 #include "state_tracker/graw.h"
  /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/mesa3d/src/gallium/include/state_tracker/
graw.h 36 * For instance, the graw-xlib target includes code to implent these
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]

Completed in 4789 milliseconds