OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEmbedGlobalInfoSkipConstant
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h
126
bool
getEmbedGlobalInfoSkipConstant
() const {
RSCompilerDriver.h
136
bool
getEmbedGlobalInfoSkipConstant
() const {
/frameworks/rs/cpu_ref/
rsd_cpu.h
143
virtual bool
getEmbedGlobalInfoSkipConstant
() const = 0;
rsCpuCore.h
216
bool
getEmbedGlobalInfoSkipConstant
() const override {
rsCpuScriptGroup2.cpp
398
bool emitGlobalInfoSkipConstant = getCpuRefImpl()->
getEmbedGlobalInfoSkipConstant
();
rsCpuScript.cpp
348
bool emitGlobalInfoSkipConstant = mCtx->
getEmbedGlobalInfoSkipConstant
();
[
all
...]
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
435
pPM.add(createRSGlobalInfoPass(script.
getEmbedGlobalInfoSkipConstant
()));
Completed in 255 milliseconds