Searched refs:device_typePacked (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationCL_autogen.h | 29 DeviceType device_typePacked, 47 DeviceType device_typePacked,
|
/external/angle/src/libGLESv2/ |
D | cl_stubs_autogen.h | 25 DeviceType device_typePacked, 58 DeviceType device_typePacked,
|
D | entry_points_cl_autogen.cpp | 75 DeviceType device_typePacked = PackParam<DeviceType>(device_type); in clGetDeviceIDs() local 77 ANGLE_CL_VALIDATE_ERROR(GetDeviceIDs, platform, device_typePacked, num_entries, devices, in clGetDeviceIDs() 80 return GetDeviceIDs(platform, device_typePacked, num_entries, devices, num_devices); in clGetDeviceIDs() 157 DeviceType device_typePacked = PackParam<DeviceType>(device_type); in clCreateContextFromType() local 159 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateContextFromType, properties, device_typePacked, pfn_notify, in clCreateContextFromType() 164 CreateContextFromType(properties, device_typePacked, pfn_notify, user_data, errorCode); in clCreateContextFromType()
|