Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.h111 enum class ContextType { enum
118 ContextType contextType = ContextType::kRenderThread);
DVulkanManager.cpp501 ContextType contextType) { in createContext()
514 (contextType == ContextType::kRenderThread) ? mGraphicsQueue : mAHBUploadQueue; in createContext()
521 backendContext.fDeviceLostProc = (contextType == ContextType::kRenderThread) in createContext()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java274 public enum ContextType { enum in RenderScript
296 ContextType(int id) { in ContextType() method in RenderScript.ContextType
301 ContextType mContextType;
1326 (mRS.mContextType != ContextType.DEBUG || in run()
1358 mContextType = ContextType.NORMAL; in RenderScript()
1384 …private static RenderScript internalCreate(Context ctx, int sdkVersion, ContextType ct, int flags)… in internalCreate()
1519 return create(ctx, ContextType.NORMAL); in create()
1531 public static RenderScript create(Context ctx, ContextType ct) { in create()
1554 public static RenderScript create(Context ctx, ContextType ct, int flags) { in create()
1570 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE); in create()
[all …]
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java185 public enum ContextType { enum in RenderScript
207 ContextType(int id) { in ContextType() method in RenderScript.ContextType
212 ContextType mContextType;
1325 (mRS.mContextType != ContextType.DEBUG || in run()
1366 mContextType = ContextType.NORMAL; in RenderScript()
1409 …private static RenderScript internalCreate(Context ctx, int sdkVersion, ContextType ct, int flags)… in internalCreate()
1448 return create(ctx, ContextType.NORMAL); in create()
1460 public static RenderScript create(Context ctx, ContextType ct) { in create()
1485 public static RenderScript create(Context ctx, ContextType ct, int flags) { in create()
1502 return create(ctx, sdkVersion, ContextType.NORMAL, CREATE_FLAG_NONE); in create()
[all …]
/frameworks/proto_logging/stats/enums/bluetooth/leaudio/
Denums.proto24 enum ContextType { enum
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp261 renderthread::VulkanManager::ContextType::kUploadThread); in onUploadHardwareBitmap()
/frameworks/rs/
DrsHidlAdaptation.cpp33 using ::android::hardware::renderscript::V1_0::ContextType;
197 sp<IContext> context = mHidl->contextCreate(sdkVersion, (ContextType)ct, flags); in ContextCreate()
/frameworks/base/core/java/android/app/
DContextImpl.java337 private @interface ContextType {} annotation in ContextImpl
339 @ContextType
/frameworks/base/boot/
Dpreloaded-classes6713 android.renderscript.RenderScript$ContextType
14361 [Landroid.renderscript.RenderScript$ContextType;
Dboot-image-profile.txt29114 Landroid/renderscript/RenderScript$ContextType;
36808 [Landroid/renderscript/RenderScript$ContextType;
/frameworks/base/config/
Dpreloaded-classes6717 android.renderscript.RenderScript$ContextType
17384 [Landroid.renderscript.RenderScript$ContextType;
Dboot-image-profile.txt39248 Landroid/renderscript/RenderScript$ContextType;
49975 [Landroid/renderscript/RenderScript$ContextType;
/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/core/api/
Dcurrent.txt38743 …script.RenderScript create(android.content.Context, android.renderscript.RenderScript.ContextType);
38744 …t.RenderScript create(android.content.Context, android.renderscript.RenderScript.ContextType, int);
38745 …eateMultiContext(android.content.Context, android.renderscript.RenderScript.ContextType, int, int);
38762 @Deprecated public enum RenderScript.ContextType {
38763 … enum_constant @Deprecated public static final android.renderscript.RenderScript.ContextType DEBUG;
38764 …enum_constant @Deprecated public static final android.renderscript.RenderScript.ContextType NORMAL;
38765 …enum_constant @Deprecated public static final android.renderscript.RenderScript.ContextType PROFIL…
/frameworks/proto_logging/stats/
Datoms.proto4450 repeated android.bluetooth.leaudio.ContextType streaming_context_type = 12;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt45594 Landroid/renderscript/RenderScript$ContextType;->mID:I
45613 …nalCreate(Landroid/content/Context;ILandroid/renderscript/RenderScript$ContextType;I)Landroid/rend…
45622 Landroid/renderscript/RenderScript;->mContextType:Landroid/renderscript/RenderScript$ContextType;