Searched refs:beginTimestamp (Results 1 – 3 of 3) sorted by relevance
54 : getDataAttemptCount(0), query(), beginTimestamp(), endTimestamp(), finished(false) in QueryState()174 ANGLE_TRY(mRenderer->allocateResource(context11, desc, &mActiveQuery->beginTimestamp)); in resume()188 context->End(mActiveQuery->beginTimestamp.get()); in resume()260 ASSERT(queryState->beginTimestamp.valid()); in testQuery()270 HRESULT beginRes = context->GetData(queryState->beginTimestamp.get(), in testQuery()
49 d3d11::Query beginTimestamp; member
1295 GLint64 beginTimestamp = 0; in drawBenchmark() local1296 glGetQueryObjecti64vEXT(query.beginTimestampQuery, GL_QUERY_RESULT, &beginTimestamp); in drawBenchmark()1298 double beginHostTime = getHostTimeFromGLTime(beginTimestamp); in drawBenchmark()