Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs_autogen.h74 cl_command_queue CreateCommandQueueWithProperties(cl_context context,
H A Dentry_points_cl_autogen.cpp1951 CL_EVENT(CreateCommandQueueWithProperties, in clCreateCommandQueueWithProperties()
1956 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateCommandQueueWithProperties, context, device, properties); in clCreateCommandQueueWithProperties()
1959 cl_command_queue object = CreateCommandQueueWithProperties(context, device, properties); in clCreateCommandQueueWithProperties()
H A Dcl_stubs.cpp223 cl_command_queue CreateCommandQueueWithProperties(cl_context context, in CreateCommandQueueWithProperties() function