OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SKC_CONTEXT_WAIT_WHILE
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/compute/skc/
raster_builder.c
48
#define
SKC_CONTEXT_WAIT_WHILE
(c,p) \
125
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->path_ids.ring));
144
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->transforms.ring));
165
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->clips.ring));
181
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->fill_cmds.ring));
209
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->raster_ids.ring));
/external/skqp/src/compute/skc/
raster_builder.c
48
#define
SKC_CONTEXT_WAIT_WHILE
(c,p) \
125
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->path_ids.ring));
144
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->transforms.ring));
165
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->clips.ring));
181
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->fill_cmds.ring));
209
SKC_CONTEXT_WAIT_WHILE
(raster_builder->context,skc_extent_ring_is_full(&raster_builder->raster_ids.ring));
Completed in 882 milliseconds