/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 | 374 return c.redSize() == Red && in colorBits() 383 return c.redSize() != Red || in notColorBits()
|
D | teglConfigList.cpp | 85 info.redSize = val; in iterate()
|
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 | teglCreateContextExtTests.cpp | 1012 return c.redSize() == Red && in colorBits()
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | AndroidConfigChooser.java | 272 public ComponentSizeChooser(int redSize, int greenSize, int blueSize, in ComponentSizeChooser() argument 275 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser() 283 mRedSize = redSize; in ComponentSizeChooser()
|
/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/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/ |
D | GLSurfaceViewAPI18.java | 452 public void setEGLConfigChooser(int redSize, int greenSize, int blueSize, in setEGLConfigChooser() argument 454 setEGLConfigChooser(new ComponentSizeChooser(redSize, greenSize, in setEGLConfigChooser() 922 public ComponentSizeChooser(int redSize, int greenSize, int blueSize, in ComponentSizeChooser() argument 925 EGL10.EGL_RED_SIZE, redSize, in ComponentSizeChooser() 933 mRedSize = redSize; in ComponentSizeChooser()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 159 int redSize; member
|
D | qpTestLog.c | 1117 attribs[numAttribs++] = qpSetIntAttrib ("RedSize", config->redSize); in qpTestLog_writeEglConfig()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 486 int redSize = visual.getAttrib(GLX_RED_SIZE); in configRank() local 492 int minRGB = de::min(redSize, de::min(greenSize, blueSize)); in configRank()
|