Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DCLContextImpl.h30 virtual angle::Result createCommandQueue(const cl::CommandQueue &commandQueue,
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLContextCL.h34 angle::Result createCommandQueue(const cl::CommandQueue &commandQueue,
H A DCLContextCL.cpp81 angle::Result CLContextCL::createCommandQueue(const cl::CommandQueue &commandQueue, in createCommandQueue() function in rx::CLContextCL
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLContextVk.h40 angle::Result createCommandQueue(const cl::CommandQueue &commandQueue,
H A DCLContextVk.cpp83 angle::Result CLContextVk::createCommandQueue(const cl::CommandQueue &commandQueue, in createCommandQueue() function in rx::CLContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLContext.h34 cl_command_queue createCommandQueue(cl_device_id device, CommandQueueProperties properties);
H A DCLCommandQueue.cpp747 ANGLE_CL_IMPL_TRY(context.getImpl().createCommandQueue(*this, &mImpl)); in CommandQueue()
757 ANGLE_CL_IMPL_TRY(context.getImpl().createCommandQueue(*this, &mImpl)); in CommandQueue()
H A DCLContext.cpp113 cl_command_queue Context::createCommandQueue(cl_device_id device, CommandQueueProperties properties) in createCommandQueue() function in cl::Context
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs.cpp1217 CL_RETURN_OBJ(context->cast<Context>().createCommandQueue(device, properties)); in CreateCommandQueue()