egl/egltest/inc/egltest_benchmark_swapbuffers.h
changeset 160 969102054596
parent 36 01a6848ebfd7
equal deleted inserted replaced
138:7652d902218f 160:969102054596
    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