/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/com/android/rs/branchingfuncalls/ |
D | MainActivity.java | 41 RenderScript.ContextType.NORMAL, in createScript()
|
/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/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/ |
D | MainActivity.java | 54 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/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/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/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/KernelVariables/src/com/android/rs/kernelvariables/ |
D | MainActivity.java | 55 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/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/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |