/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()
|
D | teglWideColorTests.cpp | 792 info.depthSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_DEPTH_SIZE); in writeEglConfig()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 111 deInt32 depthSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_DEPTH_SIZE); in getDefaultEglConfigList() local 136 alphaSize, depthSize, stencilSize, numSamples)); in getDefaultEglConfigList()
|
/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/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 564 int depthSize = visual.getAttrib(GLX_DEPTH_SIZE); in configRank() local 584 rank.add(1, depthSize > 0); in configRank() 599 rank.add(6, deUint32(depthSize + stencilSize)); in configRank()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 171 int depthSize; member
|
D | qpTestLog.c | 1153 attribs[numAttribs++] = qpSetIntAttrib ("DepthSize", config->depthSize); in qpTestLog_writeEglConfig()
|