Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libEGL/
DConfig.cpp37 mRedSize = 5; in Config()
44 mRedSize = 5; in Config()
51 mRedSize = 8; in Config()
59 mRedSize = 5; in Config()
66 mRedSize = 8; in Config()
74 mRedSize = 8; in Config()
179 if (mWantRed) total += config.mRedSize; in wantedComponentsSize()
278 …case EGL_RED_SIZE: match = config->mRedSize >= attribute[1]; … in getConfigs()
DConfig.h38 EGLint mRedSize; // Bits of Red in the color buffer variable
DDisplay.cpp152 case EGL_RED_SIZE: *value = configuration->mRedSize; break; in getConfigAttrib()
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java112 mRedSize = r; in ConfigChooser()
178 if (r == mRedSize && g == mGreenSize && b == mBlueSize && a == mAlphaSize) in chooseConfig()
289 protected int mRedSize; field in ViEAndroidGLES20.ConfigChooser
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java833 mRedSize = redSize; in ComponentSizeChooser()
860 int distance = Math.abs(r - mRedSize) in chooseConfig()
884 protected int mRedSize; field in GLSurfaceView.ComponentSizeChooser
902 mRedSize = 5; in SimpleEGLConfigChooser()