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