OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCompilerContext
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuScript.h
102
bcc::BCCContext *
mCompilerContext
;
rsCpuScript.cpp
89
mCompilerContext
= NULL;
117
mCompilerContext
= NULL;
121
mCompilerContext
= new bcc::BCCContext();
122
if (
mCompilerContext
== NULL) {
149
exec = mCompilerDriver->build(*
mCompilerContext
, cacheDir, resName,
791
if (
mCompilerContext
) {
792
delete
mCompilerContext
;
Completed in 33 milliseconds