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

/external/deqp/framework/egl/
H A DegluConfigFilter.hpp52 int redSize (void) const;
63 tcu::RGBA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSize()); }
H A DegluConfigInfo.hpp41 deInt32 redSize; member in class:eglu::ConfigInfo
74 , redSize (0)
H A DegluConfigInfo.cpp39 case EGL_RED_SIZE: return redSize;
76 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
H A DegluConfigFilter.cpp62 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } function in class:eglu::CandidateConfig
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.cpp121 return c.redSize() == Red &&
130 return c.redSize() != Red ||
H A DteglQueryConfigTests.cpp442 const EGLint redSize = getValue(config, EGL_RED_SIZE); local
462 if (redSize <= 0 || greenSize <= 0 || blueSize <= 0)
468 if (bufferSize != (redSize + greenSize + blueSize + alphaSize))
482 if (redSize != 0 || greenSize != 0 || blueSize != 0)
514 const EGLint redSize = getValue(config, EGL_RED_SIZE); local
520 if ( (redValue < 0 || redValue >= (1 << redSize))
H A DteglChooseConfigReference.cpp135 return (a.m_info.redSize * mask[0] + a.m_info.greenSize * mask[1] + a.m_info.blueSize * mask[2] + a.m_info.alphaSize * mask[3])
136 > (b.m_info.redSize * mask[0] + b.m_info.greenSize * mask[1] + b.m_info.blueSize * mask[2] + b.m_info.alphaSize * mask[3]);
H A DteglRenderCase.cpp374 return c.redSize() == Red &&
383 return c.redSize() != Red ||
H A DteglConfigList.cpp85 info.redSize = val;
H A DteglCreateContextExtTests.cpp1026 return c.redSize() == Red &&
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidConfigChooser.java272 public ComponentSizeChooser(int redSize, int greenSize, int blueSize, argument
275 EGL10.EGL_RED_SIZE, redSize,
283 mRedSize = 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.cpp486 int redSize = visual.getAttrib(GLX_RED_SIZE); local
492 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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 765 milliseconds