Lines Matching defs:depth
812 m_log << tcu::TestLog::Message << "Rendering with depth buffer" << tcu::TestLog::EndMessage;
859 throw tcu::NotSupportedError("EGLImage as depth attachment not supported", "", __FILE__, __LINE__);
972 bool isOk = tcu::pixelThresholdCompare(m_log, "Depth buffer rendering result", "Result from rendering with depth buffer", referenceScreen, screen, tcu::RGBA(1,1,1,1), tcu::COMPARE_LOG_RESULT);
1425 float depth = 0.7f;
1434 throw tcu::NotSupportedError("EGLImage type as depth attachment not supported", "", __FILE__, __LINE__);
1437 GLU_CHECK_CALL(glClearDepthf(depth));
1444 tcu::Vec4 color = tcu::Vec4(depth, depth, depth, depth);