Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationCL_autogen.h29 DeviceType device_typePacked,
47 DeviceType device_typePacked,
/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h25 DeviceType device_typePacked,
58 DeviceType device_typePacked,
Dentry_points_cl_autogen.cpp75 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()