Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs_autogen.h512 CommandQueueProperties propertiesPacked,
540 CommandQueueProperties propertiesPacked);
H A Dentry_points_cl_autogen.cpp1190 CommandQueueProperties propertiesPacked = PackParam<CommandQueueProperties>(properties); in clSetCommandQueueProperty() local
1192 ANGLE_CL_VALIDATE_ERROR(SetCommandQueueProperty, command_queue, propertiesPacked, enable, in clSetCommandQueueProperty()
1196 return SetCommandQueueProperty(command_queue, propertiesPacked, enable, old_properties); in clSetCommandQueueProperty()
1337 CommandQueueProperties propertiesPacked = PackParam<CommandQueueProperties>(properties); in clCreateCommandQueue() local
1339 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateCommandQueue, context, device, propertiesPacked); in clCreateCommandQueue()
1342 cl_command_queue object = CreateCommandQueue(context, device, propertiesPacked); in clCreateCommandQueue()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationCL_autogen.h284 CommandQueueProperties propertiesPacked,
312 CommandQueueProperties propertiesPacked);