OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_texture
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_tracker.h
143
struct pipe_resource *
root_texture
;
member in struct:_modesettingRec
xorg_driver.c
1065
if (!ms->
root_texture
)
1073
pipe_resource_reference(&ms->
root_texture
, NULL);
1121
pipe_resource_reference(&ms->
root_texture
, tex);
1142
xorg_exa_set_texture(rootPixmap, ms->
root_texture
);
1147
if (ms->
root_texture
!= check)
[
all
...]
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_tracker.h
143
struct pipe_resource *
root_texture
;
member in struct:_modesettingRec
xorg_driver.c
1065
if (!ms->
root_texture
)
1073
pipe_resource_reference(&ms->
root_texture
, NULL);
1121
pipe_resource_reference(&ms->
root_texture
, tex);
1142
xorg_exa_set_texture(rootPixmap, ms->
root_texture
);
1147
if (ms->
root_texture
!= check)
[
all
...]
Completed in 3004 milliseconds