Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationCL_autogen.h284 CommandQueueProperties propertiesPacked,
312 CommandQueueProperties propertiesPacked);
/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h534 CommandQueueProperties propertiesPacked,
564 CommandQueueProperties propertiesPacked,
Dentry_points_cl_autogen.cpp1146 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()