Home
last modified time | relevance | path

Searched refs:glSharingFunctions (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/gl/windows/
H A Dgl_sharing_tests.cpp653 MockGLSharingFunctions glSharingFunctions; in TEST() local
660 MockGLSharingFunctions glSharingFunctions; in TEST() local
668 MockGLSharingFunctions glSharingFunctions; in TEST() local
675 MockGLSharingFunctions glSharingFunctions; in TEST() local
685 MockGLSharingFunctions glSharingFunctions; in TEST() local
694 MockGLSharingFunctions glSharingFunctions; in TEST() local
704 MockGLSharingFunctions glSharingFunctions; in TEST() local
733 MockGLSharingFunctions glSharingFunctions; in TEST() local
768 MockGLSharingFunctions glSharingFunctions; in TEST() local
785 MockGLSharingFunctions glSharingFunctions; in TEST() local
[all …]
H A Dgl_reused_buffers_tests.cpp23 glSharingFunctions = new GlSharingFunctionsMock(); in SetUp()
25 context.setSharingFunctions(glSharingFunctions); in SetUp()
27 … graphicsAllocationsForGlBufferReuse = &glSharingFunctions->graphicsAllocationsForGlBufferReuse; in SetUp()
30 GlSharingFunctionsMock *glSharingFunctions = nullptr; member
H A Dgl_os_sharing_tests.cpp55 …auto glSharingFunctions = new GlSharingFunctionsMock(GLHDCType, GLHGLRCHandle, GLHGLRCHandle, GLHD… in TEST() local
67 EXPECT_TRUE(glSharingFunctions->getBackupContextHandle() != 0); in TEST()
72 delete glSharingFunctions; in TEST()