/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 269 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/ |
D | RenderScript.java | 180 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/ |
D | MainActivity.java | 41 RenderScript.ContextType.NORMAL, in createScript()
|
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/ |
D | MainActivity.java | 54 RenderScript.ContextType.NORMAL, in createScript()
|
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/ |
D | MainActivity.java | 54 RenderScript.ContextType.NORMAL, in createScript()
|
/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/ |
D | MainActivity.java | 43 RenderScript.ContextType.NORMAL, in onCreate()
|
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/ |
D | MainActivity.java | 55 RenderScript.ContextType.NORMAL, in createScript()
|
/frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/ |
D | MainActivity.java | 34 RenderScript pRS = RenderScript.create(this, RenderScript.ContextType.NORMAL, in onCreate()
|
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/ |
D | MainActivity.java | 93 RenderScript.ContextType.NORMAL, in createScript()
|
/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/ |
D | MainActivity.java | 111 mRS = RenderScript.create(this, RenderScript.ContextType.NORMAL, in initRS()
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/ |
D | MainActivity.java | 55 RenderScript.ContextType.NORMAL, in createScript()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 112 RenderScript.ContextType.NORMAL, in createScript()
|
/frameworks/rs/ |
D | rsHidlAdaptation.cpp | 33 using ::android::hardware::renderscript::V1_0::ContextType; 197 sp<IContext> context = mHidl->contextCreate(sdkVersion, (ContextType)ct, flags); in ContextCreate()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26429 …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/ |
D | current.txt | 40293 …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/ |
D | current.txt | 40437 …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/ |
D | hiddenapi-greylist-max-o.txt | 60149 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;
|