/external/deqp/framework/egl/ |
H A D | egluConfigInfo.hpp | 53 deInt32 depthSize; member in class:eglu::ConfigInfo 86 , depthSize (0)
|
H A D | egluConfigFilter.hpp | 56 int depthSize (void) const;
|
H A D | egluConfigInfo.cpp | 51 case EGL_DEPTH_SIZE: return depthSize; 88 egl.getConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize);
|
H A D | egluConfigFilter.cpp | 66 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } function in class:eglu::CandidateConfig
|
/external/deqp/framework/opengl/ |
H A D | gluRenderConfig.cpp | 75 int depthSize; member in struct:glu::__anon3022 87 config->depthBits = depthCfgs[ndx].depthSize;
|
/external/deqp/modules/egl/ |
H A D | teglSimpleConfigCase.cpp | 136 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } 137 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
|
H A D | teglConfigList.cpp | 124 info.depthSize = val;
|
H A D | teglCreateContextExtTests.cpp | 1032 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } 1033 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
H A D | AndroidConfigChooser.java | 273 int alphaSize, int depthSize, int stencilSize) { 279 EGL10.EGL_DEPTH_SIZE, depthSize, 287 mDepthSize = depthSize; 272 ComponentSizeChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize) argument
|
/external/deqp/framework/qphelper/ |
H A D | qpTestLog.h | 169 int depthSize; member in struct:qpEglConfigInfo_s
|
H A D | qpTestLog.c | 1126 attribs[numAttribs++] = qpSetIntAttrib ("DepthSize", config->depthSize);
|
/external/deqp/executor/ |
H A D | xeTestCaseResult.hpp | 355 int depthSize; member in class:xe::ri::EglConfig 386 , depthSize (0)
|
H A D | xeTestLogWriter.cpp | 391 << Writer::Attribute("DepthSize", de::toString(config.depthSize))
|
H A D | xeTestResultParser.cpp | 616 config->depthSize = toInt(getAttribute("DepthSize"));
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | GLSurfaceView.java | 372 int alphaSize, int depthSize, int stencilSize) { 374 blueSize, alphaSize, depthSize, stencilSize)); 823 int alphaSize, int depthSize, int stencilSize) { 829 EGL10.EGL_DEPTH_SIZE, depthSize, 837 mDepthSize = depthSize; 371 setEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize) argument 822 ComponentSizeChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize) argument
|
/external/deqp/framework/platform/X11/ |
H A D | tcuX11GlxPlatform.cpp | 490 int depthSize = visual.getAttrib(GLX_DEPTH_SIZE); local 510 rank.add(1, depthSize > 0); 525 rank.add(6, deUint32(depthSize + stencilSize));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/robolectric/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |