Searched refs:mIsTimestampQueryAvailable (Results 1 – 2 of 2) sorted by relevance
640 mIsTimestampQueryAvailable(false), in ANGLERenderTest()780 mIsTimestampQueryAvailable = EnsureGLExtensionEnabled("GL_EXT_disjoint_timer_query"); in SetUp()948 if (mTestParams.trackGpuTime && mIsTimestampQueryAvailable) in startGpuTimer()957 if (mTestParams.trackGpuTime && mIsTimestampQueryAvailable) in stopGpuTimer()968 if (mTestParams.trackGpuTime && mIsTimestampQueryAvailable) in computeGPUTime()
194 bool mIsTimestampQueryAvailable; variable