Home
last modified time | relevance | path

Searched refs:colorMin (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/
H A DrsInternalDefines.h37 uint32_t colorMin; member
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java218 int colorMin, int colorPref, in rsnContextCreateGL() argument
224 int colorMin, int colorPref, in nContextCreateGL() argument
229 return rsnContextCreateGL(dev, ver, sdkVer, colorMin, colorPref, in nContextCreateGL()
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp861 jint colorMin, jint colorPref, in nContextCreateGL() argument
871 sc.colorMin = colorMin; in nContextCreateGL()