Home
last modified time | relevance | path

Searched refs:RS_CONTEXT_SYNCHRONOUS (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DRenderScript.cpp161 if (flags & ~(RS_CONTEXT_SYNCHRONOUS | RS_CONTEXT_LOW_LATENCY | in init()
/aosp12/frameworks/rs/
H A DrsDefines.h259 RS_CONTEXT_SYNCHRONOUS = 0x0001, enumerator
H A DrsContext.cpp469 if (flags & RS_CONTEXT_SYNCHRONOUS) { in createContext()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp2162 RS_CONTEXT_SYNCHRONOUS); in nIncContextCreate()