Searched refs:propertiesPacked (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | cl_stubs_autogen.h | 512 CommandQueueProperties propertiesPacked, 540 CommandQueueProperties propertiesPacked);
|
H A D | entry_points_cl_autogen.cpp | 1190 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 D | validationCL_autogen.h | 284 CommandQueueProperties propertiesPacked, 312 CommandQueueProperties propertiesPacked);
|