Searched refs:mBlueSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp36 mBlueSize = 5;
43 mBlueSize = 5;
50 mBlueSize = 8;
58 mBlueSize = 5;
65 mBlueSize = 8;
73 mBlueSize = 8;
178 if (mWantBlue) total += config.mBlueSize;
273 case EGL_BLUE_SIZE: match = config->mBlueSize >= attribute[1]; break;
H A DConfig.h39 EGLint mBlueSize; // Bits of Blue in the color buffer member in class:egl::Config
H A DDisplay.cpp156 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break;
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java114 mBlueSize = b;
178 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize)
291 protected int mBlueSize; field in class:ViEAndroidGLES20.ConfigChooser
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java835 mBlueSize = blueSize;
862 + Math.abs(b - mBlueSize)
886 protected int mBlueSize; field in class:GLSurfaceView.ComponentSizeChooser
904 mBlueSize = 5;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 175 milliseconds