OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbuf_backend
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.c
302
softpipe->
vbuf_backend
= sp_create_vbuf_backend(softpipe);
303
if (!softpipe->
vbuf_backend
)
306
softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->
vbuf_backend
);
311
draw_set_render(softpipe->draw, softpipe->
vbuf_backend
);
sp_context.h
170
struct vbuf_render *
vbuf_backend
;
member in struct:softpipe_context
/external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c
302
softpipe->
vbuf_backend
= sp_create_vbuf_backend(softpipe);
303
if (!softpipe->
vbuf_backend
)
306
softpipe->vbuf = draw_vbuf_stage(softpipe->draw, softpipe->
vbuf_backend
);
311
draw_set_render(softpipe->draw, softpipe->
vbuf_backend
);
sp_context.h
170
struct vbuf_render *
vbuf_backend
;
member in struct:softpipe_context
Completed in 453 milliseconds