Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DRenderScriptDefines.h76 uint32_t colorPref; member
/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java86 int colorMin, int colorPref, in rsnContextCreateGL() argument
92 int colorMin, int colorPref, in nContextCreateGL() argument
97 return rsnContextCreateGL(dev, ver, sdkVer, colorMin, colorPref, in nContextCreateGL()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp160 int colorMin, int colorPref, in nContextCreateGL() argument
171 sc.colorPref = colorPref; in nContextCreateGL()