Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DCLContext.h31 cl_command_queue createCommandQueueWithProperties(cl_device_id device,
H A DCLContext.cpp83 cl_command_queue Context::createCommandQueueWithProperties(cl_device_id device, in createCommandQueueWithProperties() function in cl::Context
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs.cpp227 CL_RETURN_OBJ(context->cast<Context>().createCommandQueueWithProperties(device, properties)); in CreateCommandQueueWithProperties()