Home
last modified time | relevance | path

Searched refs:ContextType (Results 1 – 14 of 14) sorted by relevance

/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/
DMainActivity.java41 RenderScript.ContextType.NORMAL, in createScript()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java269 public enum ContextType { enum in RenderScript
291 ContextType(int id) { in ContextType() method in RenderScript.ContextType
296 ContextType mContextType;
1321 (mRS.mContextType != ContextType.DEBUG || in run()
1353 mContextType = ContextType.NORMAL; in RenderScript()
1379 …private static RenderScript internalCreate(Context ctx, int sdkVersion, ContextType ct, int flags)… in internalCreate()
1514 return create(ctx, ContextType.NORMAL); in create()
1526 public static RenderScript create(Context ctx, ContextType ct) { in create()
1549 public static RenderScript create(Context ctx, ContextType ct, int flags) { in create()
1565 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE); in create()
[all …]
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/
DMainActivity.java54 RenderScript.ContextType.NORMAL, in createScript()
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/
DMainActivity.java54 RenderScript.ContextType.NORMAL, in createScript()
/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
DMainActivity.java43 RenderScript.ContextType.NORMAL, in onCreate()
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/
DMainActivity.java55 RenderScript.ContextType.NORMAL, in createScript()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java180 public enum ContextType { enum in RenderScript
202 ContextType(int id) { in ContextType() method in RenderScript.ContextType
207 ContextType mContextType;
1331 (mRS.mContextType != ContextType.DEBUG || in run()
1372 mContextType = ContextType.NORMAL; in RenderScript()
1422 …private static RenderScript internalCreate(Context ctx, int sdkVersion, ContextType ct, int flags)… in internalCreate()
1461 return create(ctx, ContextType.NORMAL); in create()
1473 public static RenderScript create(Context ctx, ContextType ct) { in create()
1498 public static RenderScript create(Context ctx, ContextType ct, int flags) { in create()
1515 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE); in create()
[all …]
/frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/
DMainActivity.java34 RenderScript pRS = RenderScript.create(this, RenderScript.ContextType.NORMAL, in onCreate()
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
DMainActivity.java93 RenderScript.ContextType.NORMAL, in createScript()
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
DMainActivity.java55 RenderScript.ContextType.NORMAL, in createScript()
/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
DMainActivity.java111 mRS = RenderScript.create(this, RenderScript.ContextType.NORMAL, in initRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java112 RenderScript.ContextType.NORMAL, in createScript()
/frameworks/rs/
DrsHidlAdaptation.cpp33 using ::android::hardware::renderscript::V1_0::ContextType;
197 sp<IContext> context = mHidl->contextCreate(sdkVersion, (ContextType)ct, flags); in ContextCreate()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...