Searched refs:redSize (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp36 deInt32 redSize; member in class:eglu::ConfigInfo
69 , redSize (0)
H A DegluConfigInfo.cpp35 case EGL_RED_SIZE: return redSize;
72 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp414 const EGLint redSize = getValue(config, EGL_RED_SIZE); local
434 if (redSize <= 0 || greenSize <= 0 || blueSize <= 0)
440 if (bufferSize != (redSize + greenSize + blueSize + alphaSize))
454 if (redSize != 0 || greenSize != 0 || blueSize != 0)
486 const EGLint redSize = getValue(config, EGL_RED_SIZE); local
492 if ( (redValue < 0 || redValue >= (1 << redSize))
H A DteglChooseConfigReference.cpp122 return (a.m_info.redSize + a.m_info.greenSize + a.m_info.blueSize + a.m_info.alphaSize)
123 > (b.m_info.redSize + b.m_info.greenSize + b.m_info.blueSize + b.m_info.alphaSize);
H A DteglConfigList.cpp83 info.redSize = val;
H A DteglSimpleConfigCase.cpp163 if (info.redSize == colorRules[ndx].red &&
H A DteglCreateContextExtTests.cpp1132 EGLint redSize; member in struct:deqp::egl::__anon19818::__anon19819
1172 << (eglu::ConfigRedSize() == groups[groupNdx].redSize)
/external/deqp/framework/qphelper/
H A DqpTestLog.h157 int redSize; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1114 attribs[numAttribs++] = qpSetIntAttrib ("RedSize", config->redSize);
/external/deqp/executor/
H A DxeTestCaseResult.hpp343 int redSize; member in class:xe::ri::EglConfig
377 , redSize (0)
H A DxeTestLogWriter.cpp379 << Writer::Attribute("RedSize", de::toString(config.redSize))
H A DxeTestResultParser.cpp604 config->redSize = toInt(getAttribute("RedSize"));
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java371 public void setEGLConfigChooser(int redSize, int greenSize, int blueSize, argument
373 setEGLConfigChooser(new ComponentSizeChooser(redSize, greenSize,
822 public ComponentSizeChooser(int redSize, int greenSize, int blueSize, argument
825 EGL10.EGL_RED_SIZE, redSize,
833 mRedSize = redSize;
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp487 int redSize = visual.getAttrib(GLX_RED_SIZE); local
493 int minRGB = de::min(redSize, de::min(greenSize, blueSize));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 205 milliseconds