Searched refs:mBlueSize (Results 1 – 5 of 5) sorted by relevance
36 mBlueSize = 5; in Config()43 mBlueSize = 8; in Config()51 mBlueSize = 5; in Config()58 mBlueSize = 8; in Config()66 mBlueSize = 8; in Config()165 if (mWantBlue) total += config.mBlueSize; in wantedComponentsSize()260 …case EGL_BLUE_SIZE: match = config->mBlueSize >= attribute[1]; … in getConfigs()
40 EGLint mBlueSize; // Bits of Blue in the color buffer variable
150 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break; in getConfigAttrib()
267 protected int mBlueSize; field in AndroidConfigChooser.ComponentSizeChooser285 mBlueSize = blueSize; in ComponentSizeChooser()308 && (b == mBlueSize) && (a == mAlphaSize)) { in chooseConfig()
835 mBlueSize = blueSize; in ComponentSizeChooser()862 + Math.abs(b - mBlueSize) in chooseConfig()886 protected int mBlueSize; field in GLSurfaceView.ComponentSizeChooser904 mBlueSize = 5; in SimpleEGLConfigChooser()