Lines Matching defs:source
2 * Copyright 2012, The Android Open Source Project
27 #include "bcc/Source.h"
200 // Extract RS-specific information from source bitcode.
283 ALOGE("Unable to compile the source to file %s! (%s)", pOutputPath,
323 // Note that write failure only results in a warning since the source is
397 Source *source = Source::CreateFromBuffer(pContext, pResName,
399 if (source == NULL) {
403 RSScript *script = new (std::nothrow) RSScript(*source);
407 delete source;