Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp60 mBlueSize = 5; in Config()
66 mBlueSize = 10; in Config()
72 mBlueSize = 8; in Config()
84 mBlueSize = 8; in Config()
94 mBlueSize = 5; in Config()
103 mBlueSize = 8; in Config()
115 mBlueSize = 8; in Config()
127 mBufferSize = mRedSize + mGreenSize + mBlueSize + mLuminanceSize + mAlphaSize; in Config()
226 SORT_SMALLER(mBlueSize); in operator ()()
292 if(mWantBlue) total += config->mBlueSize; in wantedComponentsSize()
[all …]
DConfig.h46 EGLint mBlueSize; // Bits of Blue in the color buffer variable
DDisplay.cpp249 case EGL_BLUE_SIZE: *value = configuration->mBlueSize; break; in getConfigAttrib()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java115 mBlueSize = b; in ConfigChooser()
179 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize) in chooseConfig()
292 protected int mBlueSize; field in ViEAndroidGLES20.ConfigChooser
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java835 mBlueSize = blueSize; in ComponentSizeChooser()
862 + Math.abs(b - mBlueSize) in chooseConfig()
886 protected int mBlueSize; field in GLSurfaceView.ComponentSizeChooser
904 mBlueSize = 5; in SimpleEGLConfigChooser()