Home
last modified time | relevance | path

Searched refs:depthSize (Results 1 – 17 of 17) sorted by relevance

/external/deqp/framework/egl/
DegluConfigInfo.hpp55 deInt32 depthSize; member in eglu::ConfigInfo
101 , depthSize (0) in ConfigInfo()
DegluConfigInfo.cpp53 case EGL_DEPTH_SIZE: return depthSize; in getAttribute()
102 egl.getConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize); in queryCoreConfigInfo()
DegluConfigFilter.hpp56 int depthSize (void) const;
DegluConfigFilter.cpp79 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } in depthSize() function in eglu::CandidateConfig
/external/deqp/framework/opengl/
DgluRenderConfig.cpp75 int depthSize; in parseConfigBitsFromName() member
87 config->depthBits = depthCfgs[ndx].depthSize; in parseConfigBitsFromName()
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp136 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()
DteglConfigList.cpp124 info.depthSize = val; in iterate()
DteglCreateContextExtTests.cpp1018 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()
DteglWideColorTests.cpp792 info.depthSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_DEPTH_SIZE); in writeEglConfig()
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp111 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/
DGLSurfaceView.java372 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/
DxeTestCaseResult.hpp365 int depthSize; member in xe::ri::EglConfig
396 , depthSize (0) in EglConfig()
DxeTestLogWriter.cpp395 << Writer::Attribute("DepthSize", de::toString(config.depthSize)) in writeResultItem()
DxeTestResultParser.cpp626 config->depthSize = toInt(getAttribute("DepthSize")); in handleElementStart()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp564 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/
DqpTestLog.h171 int depthSize; member
DqpTestLog.c1153 attribs[numAttribs++] = qpSetIntAttrib ("DepthSize", config->depthSize); in qpTestLog_writeEglConfig()