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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java138 * ContextType specifies the specific type of context to be created.
141 public enum ContextType { enum in class:RenderScript
163 ContextType(int id) { method in class:RenderScript.ContextType
168 ContextType mContextType;
1127 (mRS.mContextType != ContextType.DEBUG ||
1163 mContextType = ContextType.NORMAL;
1183 return create(ctx, sdkVersion, ContextType.NORMAL);
1193 public static RenderScript create(Context ctx, int sdkVersion, ContextType ct) {
1219 return create(ctx, ContextType.NORMAL);
1230 public static RenderScript create(Context ctx, ContextType c
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java119 * ContextType specifies the specific type of context to be created.
122 public enum ContextType { enum in class:RenderScript
144 ContextType(int id) { method in class:RenderScript.ContextType
909 return create(ctx, sdkVersion, ContextType.NORMAL);
919 public static RenderScript create(Context ctx, int sdkVersion, ContextType ct) {
968 return create(ctx, ContextType.NORMAL);
980 public static RenderScript create(Context ctx, ContextType ct) {

Completed in 56 milliseconds