Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp1997 cl_command_queue queue_expect = make_command_queue(0); in testCopyHostToBuffer() local
1998 cl::CommandQueue queue(queue_expect); in testCopyHostToBuffer()
1999 clReleaseCommandQueue_ExpectAndReturn(queue_expect, CL_SUCCESS); in testCopyHostToBuffer()