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

/frameworks/rs/
H A DrsDefines.h87 uint32_t colorPref; member in struct:__anon1641
/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
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java174 int colorMin, int colorPref,
180 int colorMin, int colorPref,
185 return rsnContextCreateGL(dev, ver, sdkVer, colorMin, colorPref,
173 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
179 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

Completed in 73 milliseconds