Searched refs:blueSize (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | Egl10Utils.java | 78 int blueSize = findValue(configSpec, EGL10.EGL_BLUE_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 | 443 public void setEGLConfigChooser(int redSize, int greenSize, int blueSize, in setEGLConfigChooser() argument 446 blueSize, alphaSize, depthSize, stencilSize)); in setEGLConfigChooser() 916 public ComponentSizeChooser(int redSize, int greenSize, int blueSize, in ComponentSizeChooser() argument 921 EGL10.EGL_BLUE_SIZE, blueSize, in ComponentSizeChooser() 929 mBlueSize = blueSize; in ComponentSizeChooser()
|