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

/frameworks/rs/
H A DrsDefines.h95 uint32_t samplesPref; member in struct:__anon1641
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp196 int samplesMin, int samplesPref, float samplesQ,
207 sc.samplesPref = samplesPref;
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.java178 int samplesMin, int samplesPref, float samplesQ, int dpi);
184 int samplesMin, int samplesPref, float samplesQ, int dpi) {
188 samplesMin, samplesPref, samplesQ, dpi);
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 673 milliseconds