Home
last modified time | relevance | path

Searched defs:queryID (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/gpu/gl/
DGLTestContext.cpp98 GrGLuint queryID; in onQueueTimerStart() local
121 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer); in checkQueryStatus() local
142 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer); in getTimeElapsed() local
149 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer); in deleteQuery() local
/third_party/flutter/skia/tools/gpu/gl/
DGLTestContext.cpp220 GrGLuint queryID; in onQueueTimerStart() local
243 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer); in checkQueryStatus() local
264 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer); in getTimeElapsed() local
271 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer); in deleteQuery() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp1079 auto queryID = std::make_pair(node->getQueryPool(), node->getQueryIndex()); in dumpGraphDotFile() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp1598 bool IsQueryActive(const gl::State &glState, gl::QueryID &queryID) in IsQueryActive()
3497 gl::QueryID queryID = {queryIter->first}; in CaptureMidExecutionSetup() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h2097 uint32 queryID; member
2111 SVGA3dQueryId queryID[SVGA3D_MAX_QUERY]; member