OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCompilerDriver
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
339
mCompilerDriver
= NULL;
367
mCompilerDriver
= NULL;
377
mCompilerDriver
= new bcc::RSCompilerDriver();
378
if (
mCompilerDriver
== NULL) {
384
mCompilerDriver
->setRSRuntimeLookupFunction(lookupRuntimeStub);
385
mCompilerDriver
->setRSRuntimeLookupContext(this);
391
setupCompilerCallback(
mCompilerDriver
);
432
mCompilerDriver
->setDebugContext(true);
436
exec =
mCompilerDriver
->loadScript(cacheDir, resName,
445
bool built =
mCompilerDriver
->build(*mCompilerContext, cacheDir
[
all
...]
rsCpuScript.h
109
bcc::RSCompilerDriver *
mCompilerDriver
;
Completed in 313 milliseconds