Searched refs:mGreenSize (Results 1 – 5 of 5) sorted by relevance
38 mGreenSize = 5; in Config()45 mGreenSize = 5; in Config()52 mGreenSize = 8; in Config()60 mGreenSize = 6; in Config()67 mGreenSize = 8; in Config()75 mGreenSize = 8; in Config()180 if (mWantGreen) total += config.mGreenSize; in wantedComponentsSize()277 …case EGL_GREEN_SIZE: match = config->mGreenSize >= attribute[1]; … in getConfigs()
39 EGLint mGreenSize; // Bits of Green in the color buffer variable
151 case EGL_GREEN_SIZE: *value = configuration->mGreenSize; break; in getConfigAttrib()
113 mGreenSize = g; in ConfigChooser()178 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize) in chooseConfig()290 protected int mGreenSize; field in ViEAndroidGLES20.ConfigChooser
834 mGreenSize = greenSize; in ComponentSizeChooser()861 + Math.abs(g - mGreenSize) in chooseConfig()885 protected int mGreenSize; field in GLSurfaceView.ComponentSizeChooser903 mGreenSize = 6; in SimpleEGLConfigChooser()