OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:children_array
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c
306
(struct vg_image **)img->parent->
children_array
->data;
308
for (idx = 0; idx < img->parent->
children_array
->num_elements; ++idx) {
314
debug_assert(idx < img->parent->
children_array
->num_elements);
315
array_remove_element(img->parent->
children_array
, idx);
318
if (img->
children_array
&& img->
children_array
->num_elements) {
323
(struct vg_image **)img->
children_array
->data;
328
for (i = 1; i < img->
children_array
->num_elements; ++i) {
336
for (i = 0; i < img->
children_array
->num_elements; ++i) {
340
if (!parent->
children_array
) {
[
all
...]
image.h
49
struct array *
children_array
;
member in struct:vg_image
/external/mesa3d/src/gallium/state_trackers/vega/
image.c
306
(struct vg_image **)img->parent->
children_array
->data;
308
for (idx = 0; idx < img->parent->
children_array
->num_elements; ++idx) {
314
debug_assert(idx < img->parent->
children_array
->num_elements);
315
array_remove_element(img->parent->
children_array
, idx);
318
if (img->
children_array
&& img->
children_array
->num_elements) {
323
(struct vg_image **)img->
children_array
->data;
328
for (i = 1; i < img->
children_array
->num_elements; ++i) {
336
for (i = 0; i < img->
children_array
->num_elements; ++i) {
340
if (!parent->
children_array
) {
[
all
...]
image.h
49
struct array *
children_array
;
member in struct:vg_image
Completed in 25 milliseconds