Lines Matching refs:property
913 // Get the next unused layer property in the list. Init the property to zero.
1182 // Append one extension property defined in props with entrypoints defined in entries to the given
2250 "Meta-layer %s can't find property for component layer %s at index %d."
3957 const struct loader_dev_ext_props *const property = &(extensions->list[extension]);
3958 for (uint32_t entry = 0; entry < property->entrypoint_count; ++entry) {
3959 if (strcmp(property->entrypoints[entry], funcName) == 0) {