Searched refs:propertiesPacked (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationCL_autogen.h | 284 CommandQueueProperties propertiesPacked, 312 CommandQueueProperties propertiesPacked);
|
/external/angle/src/libGLESv2/ |
D | cl_stubs_autogen.h | 534 CommandQueueProperties propertiesPacked, 564 CommandQueueProperties propertiesPacked,
|
D | entry_points_cl_autogen.cpp | 1146 CommandQueueProperties propertiesPacked = PackParam<CommandQueueProperties>(properties); in clSetCommandQueueProperty() local 1148 ANGLE_CL_VALIDATE_ERROR(SetCommandQueueProperty, command_queue, propertiesPacked, enable, in clSetCommandQueueProperty() 1151 return SetCommandQueueProperty(command_queue, propertiesPacked, enable, old_properties); in clSetCommandQueueProperty() 1288 CommandQueueProperties propertiesPacked = PackParam<CommandQueueProperties>(properties); in clCreateCommandQueue() local 1290 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateCommandQueue, context, device, propertiesPacked); in clCreateCommandQueue() 1293 cl_command_queue object = CreateCommandQueue(context, device, propertiesPacked, errorCode); in clCreateCommandQueue()
|