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

/frameworks/rs/
H A DrsDefines.h87 uint32_t colorPref; member in struct:__anon1640
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java158 int colorMin, int colorPref,
164 int colorMin, int colorPref,
169 return rsnContextCreateGL(dev, ver, sdkVer, colorMin, colorPref,
157 rsnContextCreateGL(int dev, int ver, int sdkVer, int colorMin, int colorPref, int alphaMin, int alphaPref, int depthMin, int depthPref, int stencilMin, int stencilPref, int samplesMin, int samplesPref, float samplesQ, int dpi) argument
163 nContextCreateGL(int dev, int ver, int sdkVer, int colorMin, int colorPref, int alphaMin, int alphaPref, int depthMin, int depthPref, int stencilMin, int stencilPref, int samplesMin, int samplesPref, float samplesQ, int dpi) argument
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp192 int colorMin, int colorPref,
203 sc.colorPref = colorPref;
191 nContextCreateGL(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer, int colorMin, int colorPref, int alphaMin, int alphaPref, int depthMin, int depthPref, int stencilMin, int stencilPref, int samplesMin, int samplesPref, float samplesQ, int dpi) argument

Completed in 69 milliseconds