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

/frameworks/rs/driver/
H A DrsdGL.cpp205 if (rsc->mUserSurfaceConfig.alphaMin > 0) {
207 configAttribsPtr[1] = rsc->mUserSurfaceConfig.alphaMin;
285 if (rsc->mUserSurfaceConfig.alphaMin <= 0) {
/frameworks/rs/
H A DrsDefines.h88 uint32_t alphaMin; member in struct:__anon1639
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java159 int alphaMin, int alphaPref,
165 int alphaMin, int alphaPref,
170 alphaMin, alphaPref, depthMin, depthPref,
157 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
163 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 alphaMin, int alphaPref,
200 sc.alphaMin = alphaMin;
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

Completed in 43 milliseconds