/external/deqp/framework/egl/ |
D | egluConfigFilter.hpp | 52 int redSize (void) const; 64 …tcu::RGBA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSi… in colorBits()
|
D | egluConfigInfo.hpp | 43 deInt32 redSize; member in eglu::ConfigInfo 89 , redSize (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 41 case EGL_RED_SIZE: return redSize; in getAttribute() 90 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryCoreConfigInfo()
|
D | egluConfigFilter.cpp | 75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize() function in eglu::CandidateConfig
|
/external/deqp/modules/egl/ |
D | teglQueryConfigTests.cpp | 442 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()
|
D | teglSimpleConfigCase.cpp | 121 return c.redSize() == Red && in colorBits() 130 return c.redSize() != Red || in notColorBits()
|
D | teglRenderCase.cpp | 379 return c.redSize() == Red && in colorBits() 388 return c.redSize() != Red || in notColorBits()
|
D | teglChooseConfigReference.cpp | 187 …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()
|
D | teglConfigList.cpp | 85 info.redSize = val; in iterate()
|
D | teglCreateContextExtTests.cpp | 1012 return c.redSize() == Red && in colorBits()
|
D | teglWideColorTests.cpp | 760 info.redSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_RED_SIZE); in writeEglConfig()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 107 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/ |
D | GLSurfaceView.java | 371 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/ |
D | xeTestCaseResult.hpp | 353 int redSize; member in xe::ri::EglConfig 387 , redSize (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 383 << Writer::Attribute("RedSize", de::toString(config.redSize)) in writeResultItem()
|
D | xeTestResultParser.cpp | 614 config->redSize = toInt(getAttribute("RedSize")); in handleElementStart()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 159 int redSize; member
|
D | qpTestLog.c | 1141 attribs[numAttribs++] = qpSetIntAttrib ("RedSize", config->redSize); in qpTestLog_writeEglConfig()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 560 int redSize = visual.getAttrib(GLX_RED_SIZE); in configRank() local 566 int minRGB = de::min(redSize, de::min(greenSize, blueSize)); in configRank()
|