Home
last modified time | relevance | path

Searched refs:checkDisjointQuery (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DQuery11.cpp100 ANGLE_TRY(context11->checkDisjointQuery()); in queryCounter()
H A DContext11.h272 angle::Result checkDisjointQuery();
H A DContext11.cpp824 angle::Result Context11::checkDisjointQuery() in checkDisjointQuery() function in rx::Context11