Searched refs:mCurrentTimestampBeginQuery (Results 1 – 2 of 2) sorted by relevance
272 GLuint mCurrentTimestampBeginQuery = 0; variable
1291 glGenQueriesEXT(1, &mCurrentTimestampBeginQuery); in startGpuTimer()1292 glQueryCounterEXT(mCurrentTimestampBeginQuery, GL_TIMESTAMP_EXT); in startGpuTimer()1303 mTimestampQueries.push({mCurrentTimestampBeginQuery, endQuery}); in stopGpuTimer()