OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swdd
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c
94
struct swrast_device_driver *
swdd
=
local
97
swdd
->SpanRenderStart = nouveau_span_start;
98
swdd
->SpanRenderFinish = nouveau_span_finish;
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_span.c
144
struct swrast_device_driver *
swdd
=
local
146
swdd
->SpanRenderStart = radeonSpanRenderStart;
147
swdd
->SpanRenderFinish = radeonSpanRenderFinish;
Completed in 182 milliseconds