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

/frameworks/rs/
H A DrsDefines.h89 uint32_t samplesPref; member in struct:__anon1545
/frameworks/support/renderscript/v8/rs_support/
H A DrsDefines.h89 uint32_t samplesPref; member in struct:__anon1577
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java113 int samplesMin, int samplesPref, float samplesQ, int dpi);
119 int samplesMin, int samplesPref, float samplesQ, int dpi) {
123 samplesMin, samplesPref, samplesQ, dpi);
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.cpp197 int samplesMin, int samplesPref, float samplesQ,
208 sc.samplesPref = samplesPref;
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 2407 milliseconds