Searched refs:mCurrentTimestampBeginQuery (Results 1 – 2 of 2) sorted by relevance
880 glGenQueriesEXT(1, &mCurrentTimestampBeginQuery); in startGpuTimer()881 glQueryCounterEXT(mCurrentTimestampBeginQuery, GL_TIMESTAMP_EXT); in startGpuTimer()892 mTimestampQueries.push_back({mCurrentTimestampBeginQuery, endQuery}); in stopGpuTimer()
219 GLuint mCurrentTimestampBeginQuery = 0; variable