Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h68 using ActiveQueryMap = angle::PackedEnumMap<QueryType, BindingPointer<Query>>; variable
855 const ActiveQueryMap &getActiveQueriesForCapture() const { return mActiveQueries; } in getActiveQueriesForCapture()
1079 ActiveQueryMap mActiveQueries;
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp620 const gl::ActiveQueryMap &activeQueries = state.getActiveQueriesForCapture(); in SerializeContextState()
DFrameCapture.cpp1600 const gl::ActiveQueryMap &activeQueries = glState.getActiveQueriesForCapture(); in IsQueryActive()