Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/gl/windows/
H A Dgl_buffer_windows.cpp40 auto glHandler = new GlBuffer(sharingFunctions, bufferId); in createSharedGlBuffer() local
45 … return Buffer::createSharedBuffer(context, flags, glHandler, std::move(multiGraphicsAllocation)); in createSharedGlBuffer()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/gl/windows/
H A Dgl_texture_tests.cpp110 auto glHandler = static_cast<GlSharing *>(handler); in TEST_F() local
112 EXPECT_EQ(glHandler->peekFunctionsHandler(), mockGlSharingFunctions); in TEST_F()
185 auto glHandler = static_cast<GlSharing *>(handler); in TEST_F() local
187 EXPECT_EQ(glHandler->peekFunctionsHandler(), mockGlSharingFunctions); in TEST_F()
H A Dgl_sharing_tests.cpp93 auto glHandler = static_cast<GlSharing *>(handler); in TEST_F() local
95 EXPECT_EQ(glHandler->peekFunctionsHandler(), mockGlSharingFunctions); in TEST_F()