OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocate_textures
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_drawable.h
72
void (*
allocate_textures
)(struct dri_drawable *drawable,
member in struct:dri_drawable
dri_drawable.c
78
drawable->
allocate_textures
(drawable, statts, count);
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.h
72
void (*
allocate_textures
)(struct dri_drawable *drawable,
member in struct:dri_drawable
dri_drawable.c
78
drawable->
allocate_textures
(drawable, statts, count);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
drisw.c
339
drawable->
allocate_textures
= drisw_allocate_textures;
/external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c
339
drawable->
allocate_textures
= drisw_allocate_textures;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
dri2.c
840
drawable->
allocate_textures
= dri2_allocate_textures;
/external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c
840
drawable->
allocate_textures
= dri2_allocate_textures;
Completed in 632 milliseconds