Searched refs:alphaSize (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | Egl10Utils.java | 79 int alphaSize = findValue(configSpec, EGL10.EGL_ALPHA_SIZE); in chooseConfig() local 91 if ((r == redSize) && (g == greenSize) && (b == blueSize) && (a == alphaSize)) { in chooseConfig()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 444 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() argument 446 blueSize, alphaSize, depthSize, stencilSize)); in setEGLConfigChooser() 917 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument 922 EGL10.EGL_ALPHA_SIZE, alphaSize, in ComponentSizeChooser() 930 mAlphaSize = alphaSize; in ComponentSizeChooser()
|