Home
last modified time | relevance | path

Searched refs:depthMin (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/rs/
H A DrsInternalDefines.h41 uint32_t depthMin; member
/aosp12/frameworks/rs/driver/
H A DrsdGL.cpp206 if (rsc->mUserSurfaceConfig.depthMin > 0) { in getConfigData()
208 configAttribsPtr[1] = rsc->mUserSurfaceConfig.depthMin; in getConfigData()
283 if (rsc->mUserSurfaceConfig.depthMin <= 0) { in rsdGLInit()
H A DrsdProgramStore.cpp170 if (rsc->mUserSurfaceConfig.depthMin > 0) { in rsdProgramStoreSetActive()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java220 int depthMin, int depthPref, in rsnContextCreateGL() argument
226 int depthMin, int depthPref, in nContextCreateGL() argument
230 alphaMin, alphaPref, depthMin, depthPref, in nContextCreateGL()
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp863 jint depthMin, jint depthPref, in nContextCreateGL() argument
873 sc.depthMin = depthMin; in nContextCreateGL()