Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h598 const QueryMap &getQueriesForCapture() const { return mQueryMap; } in getQueriesForCapture() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp3492 const gl::QueryMap &queryMap = context->getQueriesForCapture(); in CaptureMidExecutionSetup()