Searched refs:mIsTimestampQueryAvailable (Results 1 – 2 of 2) sorted by relevance
805 mIsTimestampQueryAvailable(false), in ANGLERenderTest()992 mIsTimestampQueryAvailable = EnsureGLExtensionEnabled("GL_EXT_disjoint_timer_query"); in SetUp()1256 if (mTestParams.trackGpuTime && mIsTimestampQueryAvailable) in startGpuTimer()1265 if (mTestParams.trackGpuTime && mIsTimestampQueryAvailable) in stopGpuTimer()1276 if (mTestParams.trackGpuTime && mIsTimestampQueryAvailable) in computeGPUTime()
234 bool mIsTimestampQueryAvailable; variable