Home
last modified time | relevance | path

Searched refs:mDisjointQueryStarted (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp122 mDisjointQueryStarted(false), in Context11()
834 mDisjointQueryStarted = true; in checkDisjointQuery()
845 if (mDisjointQueryStarted) in checkDisjointQueryStatus()
848 mDisjointQueryStarted = false; in checkDisjointQueryStatus()
H A DContext11.h294 bool mDisjointQueryStarted; variable