Searched refs:Script (Results 101 - 125 of 184) sorted by relevance

12345678

/frameworks/rs/cpu_ref/
H A DrsCpuCore.h87 const android::renderscript::Script * mScript;
151 virtual CpuScript * createIntrinsic(const Script *s,
157 RsdCpuReference::CpuScript * lookupScript(const Script *s) {
H A DrsCpuScriptGroup.cpp121 Script *s = n->mKernels[0]->mScript;
195 Script *s = kernels[ct]->mScript;
216 Script *s = kernels[ct]->mScript;
231 Script *s = kernels[0]->mScript;
240 Script *s = kernels[ct]->mScript;
/frameworks/compile/mclinker/
H A DAndroid.mk18 lib/Script \
/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp9 #include <mcld/Script/InputSectDesc.h>
10 #include <mcld/Script/WildcardPattern.h>
H A DGroupCmd.cpp9 #include <mcld/Script/GroupCmd.h>
10 #include <mcld/Script/StringList.h>
11 #include <mcld/Script/InputToken.h>
108 script.directories().find(token->name(), Input::Script);
H A DSectionsCmd.cpp9 #include <mcld/Script/SectionsCmd.h>
H A DWildcardPattern.cpp9 #include <mcld/Script/WildcardPattern.h>
H A DScriptParser.yy12 #include <mcld/Script/ScriptReader.h>
13 #include <mcld/Script/ScriptScanner.h>
14 #include <mcld/Script/Operand.h>
15 #include <mcld/Script/Operator.h>
16 #include <mcld/Script/Assignment.h>
17 #include <mcld/Script/RpnExpr.h>
18 #include <mcld/Script/FileToken.h>
19 #include <mcld/Script/NameSpec.h>
20 #include <mcld/Script/WildcardPattern.h>
29 #include <mcld/Script/StrToke
[all...]
H A DUnaryOp.cpp9 #include <mcld/Script/UnaryOp.h>
10 #include <mcld/Script/Operand.h>
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicColorMatrixThunker.java97 public Script.KernelID getKernelID() {
98 Script.KernelID k = createKernelID(0, 3, null, null);
H A DScriptIntrinsic3DLUT.java102 * @return Script.KernelID The KernelID object.
104 public Script.KernelID getKernelID() {
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp31 #include "bcc/Script.h"
149 enum Compiler::ErrorCode Compiler::runLTO(Script &pScript) {
195 enum Compiler::ErrorCode Compiler::runCodeGen(Script &pScript,
245 enum Compiler::ErrorCode Compiler::compile(Script &pScript,
297 enum Compiler::ErrorCode Compiler::compile(Script &pScript,
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h12 #include <mcld/Script/ScriptCommand.h>
H A DSectionsCmd.h12 #include <mcld/Script/ScriptCommand.h>
H A DUnaryOp.h12 #include <mcld/Script/Operator.h>
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DColorMatrix.java25 import android.renderscript.Script;
H A DConvolve3x3.java25 import android.renderscript.Script;
H A DColorCube.java25 import android.renderscript.Script;
H A DConvolve5x5.java25 import android.renderscript.Script;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DColorMatrix.java25 import android.renderscript.Script;
H A DPosterize.java24 import android.renderscript.Script;
/frameworks/rs/
H A DrsScriptC.h33 class ScriptC : public Script {
H A DrsScriptIntrinsic.h28 class ScriptIntrinsic : public Script {
/frameworks/base/rs/java/android/renderscript/
H A DScript.java25 public class Script extends BaseObj { class in inherits:BaseObj
28 * KernelID is an identifier for a Script + root function pair. It is used
36 Script mScript;
39 KernelID(long id, RenderScript rs, Script s, int slot, int sig) {
68 * FieldID is an identifier for a Script + exported field pair. It is used
76 Script mScript;
78 FieldID(long id, RenderScript rs, Script s, int slot) {
233 Script(long id, RenderScript rs) { method in class:Script
/frameworks/rs/cpp/
H A DAndroid.mk7 Script.cpp \

Completed in 432 milliseconds

12345678