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