Home
last modified time | relevance | path

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

/frameworks/rs/
DrsInternalDefines.h38 uint32_t colorPref; member
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java198 int colorMin, int colorPref, in rsnContextCreateGL() argument
204 int colorMin, int colorPref, in nContextCreateGL() argument
209 return rsnContextCreateGL(dev, ver, sdkVer, colorMin, colorPref, in nContextCreateGL()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp790 jint colorMin, jint colorPref, in nContextCreateGL() argument
801 sc.colorPref = colorPref; in nContextCreateGL()