/external/deqp/framework/egl/ |
D | egluConfigFilter.hpp | 52 int redSize (void) const; 63 …tcu::RGBA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSi… in colorBits()
|
D | egluConfigInfo.hpp | 41 deInt32 redSize; member in eglu::ConfigInfo 74 , redSize (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 39 case EGL_RED_SIZE: return redSize; in getAttribute() 76 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryConfigInfo()
|
D | egluConfigFilter.cpp | 62 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 | teglChooseConfigReference.cpp | 135 …return (a.m_info.redSize * mask[0] + a.m_info.greenSize * mask[1] + a.m_info.blueSize * mask[2] + … in compareColorBufferBits() 136 …> (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 | 1026 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 | 343 int redSize; member in xe::ri::EglConfig 377 , redSize (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 379 << Writer::Attribute("RedSize", de::toString(config.redSize)) in writeResultItem()
|
D | xeTestResultParser.cpp | 604 config->redSize = toInt(getAttribute("RedSize")); in handleElementStart()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 157 int redSize; member
|
D | qpTestLog.c | 1114 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()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |