OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mask_layer_create
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.h
36
struct vg_mask_layer *
mask_layer_create
(VGint width, VGint height);
api_masks.c
153
return masklayer_to_handle(
mask_layer_create
(width, height));
mask.c
330
struct vg_mask_layer *
mask_layer_create
(VGint width, VGint height)
function
457
temp_layer =
mask_layer_create
(width, height);
/external/mesa3d/src/gallium/state_trackers/vega/
mask.h
36
struct vg_mask_layer *
mask_layer_create
(VGint width, VGint height);
api_masks.c
153
return masklayer_to_handle(
mask_layer_create
(width, height));
mask.c
330
struct vg_mask_layer *
mask_layer_create
(VGint width, VGint height)
function
457
temp_layer =
mask_layer_create
(width, height);
Completed in 41 milliseconds