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

/frameworks/rs/
H A DrsInternalDefines.h39 uint32_t alphaMin; member in struct:__anon1597
/frameworks/rs/driver/
H A DrsdGL.cpp204 if (rsc->mUserSurfaceConfig.alphaMin > 0) {
206 configAttribsPtr[1] = rsc->mUserSurfaceConfig.alphaMin;
284 if (rsc->mUserSurfaceConfig.alphaMin <= 0) {
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java199 int alphaMin, int alphaPref,
205 int alphaMin, int alphaPref,
210 alphaMin, alphaPref, depthMin, depthPref,
197 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
203 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/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp791 jint alphaMin, jint alphaPref,
798 sc.alphaMin = alphaMin;
789 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 126 milliseconds