Home
last modified time | relevance | path

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

/frameworks/rs/
DrsDefines.h86 uint32_t colorMin; member
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java196 int colorMin, int colorPref, in rsnContextCreateGL() argument
202 int colorMin, int colorPref, in nContextCreateGL() argument
207 return rsnContextCreateGL(dev, ver, sdkVer, colorMin, colorPref, in nContextCreateGL()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp251 jint colorMin, jint colorPref, in nContextCreateGL() argument
261 sc.colorMin = colorMin; in nContextCreateGL()