Searched refs:eventQuery (Results 1 – 2 of 2) sorted by relevance
707 IDirect3DQuery9 *eventQuery = nullptr; in GenerateCaps() local709 SUCCEEDED(device->CreateQuery(D3DQUERYTYPE_EVENT, &eventQuery)) && eventQuery; in GenerateCaps()710 SafeRelease(eventQuery); in GenerateCaps()
1777 for (GpuEventQuery &eventQuery : mInFlightGpuEventQueries) in checkCompletedGpuEvents()1780 if (eventQuery.queryHelper.getStoredQueueSerial() > lastCompletedSerial) in checkCompletedGpuEvents()1788 ANGLE_TRY(eventQuery.queryHelper.getUint64ResultNonBlocking(this, &gpuTimestampCycles, in checkCompletedGpuEvents()1795 mGpuEventQueryPool.freeQuery(this, &eventQuery.queryHelper); in checkCompletedGpuEvents()1799 gpuEvent.name = eventQuery.name; in checkCompletedGpuEvents()1800 gpuEvent.phase = eventQuery.phase; in checkCompletedGpuEvents()