Searched defs:depthFormats (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp318 static const deUint32 depthFormats[] = local
332 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++)
333 basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNdx], 119, 127));
341 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++)
342 depthClampGroup->addChild(new DepthWriteClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNdx], 119, 127));
350 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++)
351 depthClampGroup->addChild(new DepthTestClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNd
[all...]
H A Des3fPolygonOffsetTests.cpp1215 } depthFormats[]= local
1223 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFormats); ++ndx)
1225 const DepthBufferFormat& format = depthFormats[ndx];
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp1212 } depthFormats[]= local
1218 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFormats); ++ndx)
1220 const DepthBufferFormat& format = depthFormats[ndx];

Completed in 69 milliseconds