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

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp37 deInt32 greenSize; member in class:eglu::ConfigInfo
70 , greenSize (0)
H A DegluConfigInfo.cpp36 case EGL_GREEN_SIZE: return greenSize;
73 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize);
/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp415 const EGLint greenSize = getValue(config, EGL_GREEN_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)
487 const EGLint greenSize = getValue(config, EGL_GREEN_SIZE); local
493 || (greenValue < 0 || greenValue >= (1 << greenSize))
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.cpp86 info.greenSize = val;
H A DteglSimpleConfigCase.cpp164 info.greenSize == colorRules[ndx].green &&
H A DteglCreateContextExtTests.cpp1133 EGLint greenSize; member in struct:deqp::egl::__anon19818::__anon19819
1173 << (eglu::ConfigGreenSize() == groups[groupNdx].greenSize)
/external/deqp/framework/qphelper/
H A DqpTestLog.h158 int greenSize; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1115 attribs[numAttribs++] = qpSetIntAttrib ("GreenSize", config->greenSize);
/external/deqp/executor/
H A DxeTestCaseResult.hpp344 int greenSize; member in class:xe::ri::EglConfig
378 , greenSize (0)
H A DxeTestLogWriter.cpp380 << Writer::Attribute("GreenSize", de::toString(config.greenSize))
H A DxeTestResultParser.cpp605 config->greenSize = toInt(getAttribute("GreenSize"));
/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
826 EGL10.EGL_GREEN_SIZE, greenSize,
834 mGreenSize = greenSize;
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp488 int greenSize = visual.getAttrib(GLX_GREEN_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 629 milliseconds