Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:signature

50 // Name of metadata node where exported ForEach signature information resides
137 // section for ForEach. We generate a full signature for a "root" function.
234 // signature of foreach-able function) and #rs_export_foreach_name (the name
238 // function and only one signature corresponded to that non-graphic root()
246 // #rs_export_foreach metadata (the signature) is one-to-one mapping among
276 uint32_t signature;
277 if (signature_string.getAsInteger(10, signature)) {
278 ALOGE("Non-integer signature value '%s' for function %s found in %s!",
284 signature));
286 // One or both of the name and signature value are empty. It's safe only
301 // To handle the legacy case, we generate a full signature for a "root"