[go: nahoru, domu]

Searched refs:ContextType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java173 * ContextType specifies the specific type of context to be created.
176 public enum ContextType { enum in class:RenderScript
198 ContextType(int id) { method in class:RenderScript.ContextType
203 ContextType mContextType;
1316 (mRS.mContextType != ContextType.DEBUG ||
1357 mContextType = ContextType.NORMAL;
1407 private static RenderScript internalCreate(Context ctx, int sdkVersion, ContextType ct, int flags) {
1438 * calls create(ctx, ContextType.NORMAL, CREATE_FLAG_NONE)
1446 return create(ctx, ContextType.NORMAL);
1458 public static RenderScript create(Context ctx, ContextType c
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java254 * ContextType specifies the specific type of context to be created.
257 public enum ContextType { enum in class:RenderScript
279 ContextType(int id) { method in class:RenderScript.ContextType
284 ContextType mContextType;
1328 mContextType = ContextType.NORMAL;
1356 private static RenderScript internalCreate(Context ctx, int sdkVersion, ContextType ct, int flags) {
1489 return create(ctx, ContextType.NORMAL);
1501 public static RenderScript create(Context ctx, ContextType ct) {
1524 public static RenderScript create(Context ctx, ContextType ct, int flags) {
1530 * calls create(ctx, sdkVersion, ContextType
[all...]

Completed in 124 milliseconds