/external/deqp/framework/egl/ |
D | egluConfigFilter.hpp | 53 int greenSize (void) const; 64 …tcu::RGBA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSi… in colorBits()
|
D | egluConfigInfo.hpp | 44 deInt32 greenSize; member in eglu::ConfigInfo 90 , greenSize (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 42 case EGL_GREEN_SIZE: return greenSize; in getAttribute() 91 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize); in queryCoreConfigInfo()
|
D | egluConfigFilter.cpp | 76 int CandidateConfig::greenSize (void) const { return get(EGL_GREEN_SIZE); } in greenSize() function in eglu::CandidateConfig
|
/external/deqp/modules/egl/ |
D | teglQueryConfigTests.cpp | 443 const EGLint greenSize = getValue(config, EGL_GREEN_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() 515 const EGLint greenSize = getValue(config, EGL_GREEN_SIZE); in executeTest() local 521 || (greenValue < 0 || greenValue >= (1 << greenSize)) in executeTest()
|
D | teglSimpleConfigCase.cpp | 122 c.greenSize() == Green && in colorBits() 131 c.greenSize() != Green || in notColorBits()
|
D | teglRenderCase.cpp | 380 c.greenSize() == Green && in colorBits() 389 c.greenSize() != Green || 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 | 88 info.greenSize = val; in iterate()
|
D | teglCreateContextExtTests.cpp | 1013 c.greenSize() == Green && in colorBits()
|
D | teglWideColorTests.cpp | 762 info.greenSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_GREEN_SIZE); in writeEglConfig()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 108 deInt32 greenSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_GREEN_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 826 EGL10.EGL_GREEN_SIZE, greenSize, in ComponentSizeChooser() 834 mGreenSize = greenSize; in ComponentSizeChooser()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 354 int greenSize; member in xe::ri::EglConfig 388 , greenSize (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 384 << Writer::Attribute("GreenSize", de::toString(config.greenSize)) in writeResultItem()
|
D | xeTestResultParser.cpp | 615 config->greenSize = toInt(getAttribute("GreenSize")); in handleElementStart()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 160 int greenSize; member
|
D | qpTestLog.c | 1142 attribs[numAttribs++] = qpSetIntAttrib ("GreenSize", config->greenSize); in qpTestLog_writeEglConfig()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 561 int greenSize = visual.getAttrib(GLX_GREEN_SIZE); in configRank() local 566 int minRGB = de::min(redSize, de::min(greenSize, blueSize)); in configRank()
|