Searched refs:depthSize (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp53 deInt32 depthSize; member in class:eglu::ConfigInfo
86 , depthSize (0)
H A DegluConfigFilter.hpp56 int depthSize (void) const;
H A DegluConfigInfo.cpp51 case EGL_DEPTH_SIZE: return depthSize;
88 egl.getConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize);
H A DegluConfigFilter.cpp66 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } function in class:eglu::CandidateConfig
/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp75 int depthSize; member in struct:glu::__anon3022
87 config->depthBits = depthCfgs[ndx].depthSize;
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.cpp136 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 DteglConfigList.cpp124 info.depthSize = val;
H A DteglCreateContextExtTests.cpp1032 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 DAndroidConfigChooser.java273 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 DqpTestLog.h169 int depthSize; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1126 attribs[numAttribs++] = qpSetIntAttrib ("DepthSize", config->depthSize);
/external/deqp/executor/
H A DxeTestCaseResult.hpp355 int depthSize; member in class:xe::ri::EglConfig
386 , depthSize (0)
H A DxeTestLogWriter.cpp391 << Writer::Attribute("DepthSize", de::toString(config.depthSize))
H A DxeTestResultParser.cpp616 config->depthSize = toInt(getAttribute("DepthSize"));
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java372 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 DtcuX11GlxPlatform.cpp490 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 Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1383 milliseconds