Home
last modified time | relevance | path

Searched defs:ContextType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.h103 enum class ContextType { enum
/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
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java185 public enum ContextType { enum in RenderScript
207 ContextType(int id) { in ContextType() method in RenderScript.ContextType
/frameworks/base/core/java/android/app/
DContextImpl.java309 private @interface ContextType {} annotation in ContextImpl