Searched defs:renderscript (Results 201 - 225 of 229) sorted by relevance

12345678910

/frameworks/rs/
H A DrsScript.cpp21 namespace renderscript { namespace in namespace:android
296 } // namespace renderscript
H A DrsScriptC_LibGL.cpp39 namespace renderscript { namespace in namespace:android
269 } // namespace renderscript
H A DrsFont.h31 namespace renderscript { namespace in namespace:android
256 } // namespace renderscript
H A DrsScriptC_Lib.cpp29 namespace renderscript { namespace in namespace:android
351 } // namespace renderscript
H A DrsContext.cpp43 namespace renderscript { namespace in namespace:android
896 } // namespace renderscript
H A DrsContext.h48 namespace renderscript { namespace in namespace:android
383 } // namespace renderscript
H A DrsFont.cpp32 namespace renderscript { namespace in namespace:android
878 } // namespace renderscript
H A DrsAllocation.cpp26 namespace renderscript { namespace in namespace:android
942 } // namespace renderscript
H A Drs_hal.h74 namespace renderscript { namespace in namespace:android
492 } // namespace renderscript
534 bool rsdHalQueryHal(android::renderscript::RsHalInitEnums entry, void **fnPtr);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DFieldPacker.java17 package android.support.v8.renderscript;
19 import android.support.v8.renderscript.RenderScript;
H A DScript.java17 package android.support.v8.renderscript;
66 android.renderscript.Script.KernelID mN;
154 android.renderscript.Script.FieldID mN;
H A DAllocation.java17 package android.support.v8.renderscript;
32 * a given {@link android.support.v8.renderscript.Type}. </p>
37 * android.support.v8.renderscript.Sampler}. A developer must synchronize
39 * {@link android.support.v8.renderscript.Allocation#syncAll} in
54 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a>
247 * Get the {@link android.support.v8.renderscript.Element} of the {@link
248 * android.support.v8.renderscript.Type} of the Allocation.
276 * the same {@link android.support.v8.renderscript.Element.DataType}, with the fourth vector
464 * Get the {@link android.support.v8.renderscript.Type} of the Allocation.
814 * android.support.v8.renderscript
[all...]
H A DElement.java17 package android.support.v8.renderscript;
25 * android.support.v8.renderscript.Allocation}. An Element is roughly
40 * android.support.v8.renderscript.Element.DataType} and a {@link
41 * android.support.v8.renderscript.Element.DataKind}. The DataType encodes C
43 * should be interpreted by a {@link android.support.v8.renderscript.Sampler}.
44 * Note that {@link android.support.v8.renderscript.Allocation} objects with
45 * DataKind {@link android.support.v8.renderscript.Element.DataKind#USER} cannot
46 * be used as input for a {@link android.support.v8.renderscript.Sampler}. In
47 * general, {@link android.support.v8.renderscript.Allocation} objects that are
48 * intended for use with a {@link android.support.v8.renderscript
[all...]
H A DScriptGroup.java17 package android.support.v8.renderscript;
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java17 package android.renderscript;
H A DScriptGroup.java17 package android.renderscript;
94 * created using the {@link android.renderscript.ScriptGroup.Builder2#addKernel} or
95 * {@link android.renderscript.ScriptGroup.Builder2#addInvoke}
H A DAllocation.java17 package android.renderscript;
33 * a given {@link android.renderscript.Type}. </p>
38 * android.renderscript.Sampler}. A developer must synchronize across these
39 * different usages using {@link android.renderscript.Allocation#syncAll} in
53 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a> developer guide.</p>
268 * Get the {@link android.renderscript.Element} of the {@link
269 * android.renderscript.Type} of the Allocation.
308 * the same {@link android.renderscript.Element.DataType}, with the fourth vector
517 * Get the {@link android.renderscript.Type} of the Allocation.
839 * android.renderscript
[all...]
H A DElement.java17 package android.renderscript;
21 * android.renderscript.Allocation}. An Element is roughly equivalent to a C
35 * android.renderscript.Element.DataType} and a {@link
36 * android.renderscript.Element.DataKind}. The DataType encodes C type
38 * be interpreted by a {@link android.renderscript.Sampler}. Note that {@link
39 * android.renderscript.Allocation} objects with DataKind {@link
40 * android.renderscript.Element.DataKind#USER} cannot be used as input for a
41 * {@link android.renderscript.Sampler}. In general, {@link
42 * android.renderscript.Allocation} objects that are intended for use with a
43 * {@link android.renderscript
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp21 namespace renderscript { namespace in namespace:android
100 const char* SharedLibraryUtils::RS_CACHE_DIR = "com.android.renderscript.cache";
820 } // namespace renderscript
H A DrsCpuIntrinsicBLAS.cpp24 namespace renderscript { namespace in namespace:android
911 } // namespace renderscript
H A DrsCpuScript.cpp52 static bool allocationLODIsNull(const android::renderscript::Allocation *alloc) {
67 args->push_back(android::renderscript::RsdCpuScriptImpl::BCC_EXE_PATH);
142 return android::renderscript::rsuExecuteCommand(
143 android::renderscript::RsdCpuScriptImpl::BCC_EXE_PATH,
162 android::renderscript::property_get("ro.debuggable", buf, "");
197 namespace renderscript { namespace in namespace:android
997 } // namespace renderscript
H A DrsCpuScriptGroup2.cpp31 namespace renderscript { namespace in namespace:android
706 } // namespace renderscript
H A DrsCpuCore.cpp40 namespace renderscript { namespace in namespace:android
1040 } // namespace renderscript
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp28 namespace renderscript { namespace in namespace:android
289 } // namespace renderscript
292 using android::renderscript::Allocation;
293 using android::renderscript::Context;
294 using android::renderscript::Element;
295 using android::renderscript::Type;
296 using android::renderscript::rs_allocation;
297 using android::renderscript::rsMax;
298 using namespace android::renderscript::rsov;
H A DrsovScript.cpp34 namespace renderscript { namespace in namespace:android
392 const android::renderscript::Allocation *GA =
393 static_cast<const android::renderscript::Allocation *>(host_buf);
394 const android::renderscript::Type *T = GA->getType();
585 } // namespace renderscript
588 using android::renderscript::Allocation;
589 using android::renderscript::Context;
590 using android::renderscript::Element;
591 using android::renderscript::ObjectBase;
592 using android::renderscript
[all...]

Completed in 397 milliseconds

12345678910