Home
last modified time | relevance | path

Searched refs:blueSize (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java443 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()