Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp53 mBlueSize = 5; in Config()
59 mBlueSize = 10; in Config()
65 mBlueSize = 8; in Config()
77 mBlueSize = 8; in Config()
87 mBlueSize = 5; in Config()
96 mBlueSize = 8; in Config()
108 mBlueSize = 8; in Config()
120 mBufferSize = mRedSize + mGreenSize + mBlueSize + mLuminanceSize + mAlphaSize; in Config()
219 SORT_SMALLER(mBlueSize); in operator ()()
284 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()