Home
last modified time | relevance | path

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

/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/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/BranchingFunCalls/src/com/android/rs/branchingfuncalls/
DMainActivity.java41 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/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/
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/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/Reduction/src/com/android/rs/lldbreductiontest/
DMainActivity.java111 mRS = RenderScript.create(this, RenderScript.ContextType.NORMAL, in initRS()
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
DMainActivity.java55 RenderScript.ContextType.NORMAL, in createScript()
/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/opt/setupwizard/tools/docs/
Dandroid-22.txt26429 …script.RenderScript create(android.content.Context, android.renderscript.RenderScript.ContextType);
26430 …t.RenderScript create(android.content.Context, android.renderscript.RenderScript.ContextType, int);
26445 public static final class RenderScript.ContextType extends java.lang.Enum {
26446 method public static android.renderscript.RenderScript.ContextType valueOf(java.lang.String);
26447 method public static final android.renderscript.RenderScript.ContextType[] values();
26448 enum_constant public static final android.renderscript.RenderScript.ContextType DEBUG;
26449 enum_constant public static final android.renderscript.RenderScript.ContextType NORMAL;
26450 enum_constant public static final android.renderscript.RenderScript.ContextType PROFILE;
/frameworks/base/non-updatable-api/
Dcurrent.txt40293 …script.RenderScript create(android.content.Context, android.renderscript.RenderScript.ContextType);
40294 …t.RenderScript create(android.content.Context, android.renderscript.RenderScript.ContextType, int);
40295 …eateMultiContext(android.content.Context, android.renderscript.RenderScript.ContextType, int, int);
40312 public enum RenderScript.ContextType {
40313 enum_constant public static final android.renderscript.RenderScript.ContextType DEBUG;
40314 enum_constant public static final android.renderscript.RenderScript.ContextType NORMAL;
40315 enum_constant public static final android.renderscript.RenderScript.ContextType PROFILE;
/frameworks/base/api/
Dcurrent.txt40437 …script.RenderScript create(android.content.Context, android.renderscript.RenderScript.ContextType);
40438 …t.RenderScript create(android.content.Context, android.renderscript.RenderScript.ContextType, int);
40439 …eateMultiContext(android.content.Context, android.renderscript.RenderScript.ContextType, int, int);
40456 public enum RenderScript.ContextType {
40457 enum_constant public static final android.renderscript.RenderScript.ContextType DEBUG;
40458 enum_constant public static final android.renderscript.RenderScript.ContextType NORMAL;
40459 enum_constant public static final android.renderscript.RenderScript.ContextType PROFILE;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt60149 Landroid/renderscript/RenderScript$ContextType;->mID:I
60168 …nalCreate(Landroid/content/Context;ILandroid/renderscript/RenderScript$ContextType;I)Landroid/rend…
60177 Landroid/renderscript/RenderScript;->mContextType:Landroid/renderscript/RenderScript$ContextType;