equal
deleted
inserted
replaced
49 |
49 |
50 EGLSurface iEglSurface; |
50 EGLSurface iEglSurface; |
51 EGLContext iEglContext; |
51 EGLContext iEglContext; |
52 CTProfiler* iProfiler; |
52 CTProfiler* iProfiler; |
53 TSize iWindowSize; |
53 TSize iWindowSize; |
|
54 |
|
55 PFNEGLSWAPBUFFERSREGIONNOKPROC iPfnEglSwapBuffersRegionNok; |
54 }; |
56 }; |
55 |
57 |
56 // Testname, is used by the test server and the test scripts to identify the test |
58 // Testname, is used by the test server and the test scripts to identify the test |
57 _LIT(KBenchmark_SwapBuffers, "Benchmark_SwapBuffers"); |
59 _LIT(KBenchmark_SwapBuffers, "Benchmark_SwapBuffers"); |
58 |
60 |