Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigFilter.hpp52 int redSize (void) const;
64 …tcu::RGBA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSi… in colorBits()
DegluConfigInfo.hpp43 deInt32 redSize; member in eglu::ConfigInfo
89 , redSize (0) in ConfigInfo()
DegluConfigInfo.cpp41 case EGL_RED_SIZE: return redSize; in getAttribute()
90 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryCoreConfigInfo()
DegluConfigFilter.cpp75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize() function in eglu::CandidateConfig
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp442 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() local
462 if (redSize <= 0 || greenSize <= 0 || blueSize <= 0) in executeTest()
468 if (bufferSize != (redSize + greenSize + blueSize + alphaSize)) in executeTest()
482 if (redSize != 0 || greenSize != 0 || blueSize != 0) in executeTest()
514 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() local
520 if ( (redValue < 0 || redValue >= (1 << redSize)) in executeTest()
DteglSimpleConfigCase.cpp121 return c.redSize() == Red && in colorBits()
130 return c.redSize() != Red || in notColorBits()
DteglRenderCase.cpp379 return c.redSize() == Red && in colorBits()
388 return c.redSize() != Red || in notColorBits()
DteglChooseConfigReference.cpp187 …return (a.m_info.redSize * mask[0] + a.m_info.greenSize * mask[1] + a.m_info.blueSize * mask[2] + … in compareColorBufferBits()
188 …> (b.m_info.redSize * mask[0] + b.m_info.greenSize * mask[1] + b.m_info.blueSize * mask[2] + b.m_i… in compareColorBufferBits()
DteglConfigList.cpp85 info.redSize = val; in iterate()
DteglCreateContextExtTests.cpp1012 return c.redSize() == Red && in colorBits()
DteglWideColorTests.cpp760 info.redSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_RED_SIZE); in writeEglConfig()
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp107 deInt32 redSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE); in getDefaultEglConfigList() local
135 …configList.aospConfigs.push_back(AOSPConfig(CONFIGTYPE_EGL, id, surfaceTypes, redSize, greenSize, … in getDefaultEglConfigList()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java371 public void setEGLConfigChooser(int redSize, int greenSize, int blueSize, in setEGLConfigChooser() argument
373 setEGLConfigChooser(new ComponentSizeChooser(redSize, greenSize, in setEGLConfigChooser()
822 public ComponentSizeChooser(int redSize, int greenSize, int blueSize, in ComponentSizeChooser() argument
825 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser()
833 mRedSize = redSize; in ComponentSizeChooser()
/external/deqp/executor/
DxeTestCaseResult.hpp353 int redSize; member in xe::ri::EglConfig
387 , redSize (0) in EglConfig()
DxeTestLogWriter.cpp383 << Writer::Attribute("RedSize", de::toString(config.redSize)) in writeResultItem()
DxeTestResultParser.cpp614 config->redSize = toInt(getAttribute("RedSize")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h159 int redSize; member
DqpTestLog.c1141 attribs[numAttribs++] = qpSetIntAttrib ("RedSize", config->redSize); in qpTestLog_writeEglConfig()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp560 int redSize = visual.getAttrib(GLX_RED_SIZE); in configRank() local
566 int minRGB = de::min(redSize, de::min(greenSize, blueSize)); in configRank()