OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_drawable_info
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.h
76
void (*
update_drawable_info
)(struct dri_drawable *drawable);
member in struct:dri_drawable
dri_drawable.c
75
if (new_stamp && drawable->
update_drawable_info
)
76
drawable->
update_drawable_info
(drawable);
/external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c
340
drawable->
update_drawable_info
= drisw_update_drawable_info;
Completed in 637 milliseconds