Home
last modified time | relevance | path

Searched refs:verifyState (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
Dresolution-switching.js80 this.peerConnections.forEach((conn) => conn.verifyState());
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dpause-play.js75 this.peerConnections.forEach((conn) => conn.verifyState());
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
Dmain-feed-switching.js85 (conn) => conn.verifyState(NUM_BAD_RESOLUTIONS_FOR_FAILURE));
/external/autotest/client/common_lib/cros/webrtc_scripts/
Dloopback-peerconnection.js75 verifyState(numSequentialBadResolutionsForFailure=10, allowedDelta=1) { method in PeerConnection
/external/deqp/external/openglcts/modules/gl/
Dgl4cClipControlTests.cpp97 bool verifyState(glw::GLenum origin, glw::GLenum depth) in verifyState() function in gl4cts::ClipControlBaseTest
239 if (!verifyState(GL_LOWER_LEFT, GL_NEGATIVE_ONE_TO_ONE)) in iterate()
295 if (!verifyState(cases[i][0], cases[i][1])) in iterate()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp235 bool verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const;
295 if (!verifyState(gl, boundingBox)) in iterate()
302 bool QueryCase::verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const in verifyState() function in deqp::gles31::Functional::__anon8c432bb90111::QueryCase