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

/frameworks/rs/
H A DrsDefines.h81 uint32_t colorPref; member in struct:__anon1545
/frameworks/support/renderscript/v8/rs_support/
H A DrsDefines.h81 uint32_t colorPref; member in struct:__anon1577
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java109 int colorMin, int colorPref,
115 int colorMin, int colorPref,
120 return rsnContextCreateGL(dev, ver, sdkVer, colorMin, colorPref,
108 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
114 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.cpp193 int colorMin, int colorPref,
204 sc.colorPref = colorPref;
192 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 255 milliseconds