/external/deqp/framework/egl/ |
D | egluConfigInfo.hpp | 55 deInt32 depthSize; member in eglu::ConfigInfo 101 , depthSize (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 53 case EGL_DEPTH_SIZE: return depthSize; in getAttribute() 102 egl.getConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize); in queryCoreConfigInfo()
|
D | egluConfigFilter.hpp | 56 int depthSize (void) const;
|
D | egluConfigFilter.cpp | 79 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } in depthSize() function in eglu::CandidateConfig
|
/external/deqp/framework/opengl/ |
D | gluRenderConfig.cpp | 75 int depthSize; in parseConfigBitsFromName() member 87 config->depthBits = depthCfgs[ndx].depthSize; in parseConfigBitsFromName()
|
/external/deqp/modules/egl/ |
D | teglSimpleConfigCase.cpp | 136 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth() 137 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth()
|
D | teglConfigList.cpp | 124 info.depthSize = val; in iterate()
|
D | teglCreateContextExtTests.cpp | 1018 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth() 1019 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth()
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | AndroidConfigChooser.java | 273 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument 279 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser() 287 mDepthSize = depthSize; in ComponentSizeChooser()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 372 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() argument 374 blueSize, alphaSize, depthSize, stencilSize)); in setEGLConfigChooser() 823 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument 829 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser() 837 mDepthSize = depthSize; in ComponentSizeChooser()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 365 int depthSize; member in xe::ri::EglConfig 396 , depthSize (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 395 << Writer::Attribute("DepthSize", de::toString(config.depthSize)) in writeResultItem()
|
D | xeTestResultParser.cpp | 626 config->depthSize = toInt(getAttribute("DepthSize")); in handleElementStart()
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/ |
D | GLSurfaceViewAPI18.java | 453 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() argument 455 blueSize, alphaSize, depthSize, stencilSize)); in setEGLConfigChooser() 923 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument 929 EGL10.EGL_DEPTH_SIZE, depthSize, in ComponentSizeChooser() 937 mDepthSize = depthSize; in ComponentSizeChooser()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 490 int depthSize = visual.getAttrib(GLX_DEPTH_SIZE); in configRank() local 510 rank.add(1, depthSize > 0); in configRank() 525 rank.add(6, deUint32(depthSize + stencilSize)); in configRank()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 171 int depthSize; member
|
D | qpTestLog.c | 1129 attribs[numAttribs++] = qpSetIntAttrib ("DepthSize", config->depthSize); in qpTestLog_writeEglConfig()
|