Searched refs:samplesPref (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsDefines.h95 uint32_t samplesPref; member in struct:__anon1519
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java200 int samplesMin, int samplesPref, float samplesQ, int dpi);
206 int samplesMin, int samplesPref, float samplesQ, int dpi) {
210 samplesMin, samplesPref, samplesQ, dpi);
195 rsnContextCreateGL(long 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
201 nContextCreateGL(long 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/rs/driver/
H A DrsdGL.cpp258 uint32_t prefSample = rsc->mUserSurfaceConfig.samplesPref;
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp255 jint samplesMin, jint samplesPref, jfloat samplesQ,
266 sc.samplesPref = samplesPref;
250 nContextCreateGL(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint colorMin, jint colorPref, jint alphaMin, jint alphaPref, jint depthMin, jint depthPref, jint stencilMin, jint stencilPref, jint samplesMin, jint samplesPref, jfloat samplesQ, jint dpi) argument

Completed in 129 milliseconds