Home
last modified time | relevance | path

Searched refs:GetDispatch (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libOpenCL/
DlibOpenCL_autogen.cpp19 return cl::GetDispatch().clGetPlatformIDs(num_entries, platforms, num_platforms); in clGetPlatformIDs()
28 return cl::GetDispatch().clGetPlatformInfo(platform, param_name, param_value_size, param_value, in clGetPlatformInfo()
38 return cl::GetDispatch().clGetDeviceIDs(platform, device_type, num_entries, devices, in clGetDeviceIDs()
48 return cl::GetDispatch().clGetDeviceInfo(device, param_name, param_value_size, param_value, in clGetDeviceInfo()
62 return cl::GetDispatch().clCreateContext(properties, num_devices, devices, pfn_notify, in clCreateContext()
76 return cl::GetDispatch().clCreateContextFromType(properties, device_type, pfn_notify, user_data, in clCreateContextFromType()
82 return cl::GetDispatch().clRetainContext(context); in clRetainContext()
87 return cl::GetDispatch().clReleaseContext(context); in clReleaseContext()
96 return cl::GetDispatch().clGetContextInfo(context, param_name, param_value_size, param_value, in clGetContextInfo()
102 return cl::GetDispatch().clRetainCommandQueue(command_queue); in clRetainCommandQueue()
[all …]
Ddispatch.h26 const IcdDispatch &GetDispatch();
Ddispatch.cpp102 const IcdDispatch &GetDispatch() in GetDispatch() function
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_bionic_hooks.cc85 const MallocDispatch* GetDispatch() { in GetDispatch() function
130 return perfetto::profiling::wrap_malloc(g_heap_id, GetDispatch()->malloc, in heapprofd_malloc()
135 return perfetto::profiling::wrap_calloc(g_heap_id, GetDispatch()->calloc, in heapprofd_calloc()
142 g_heap_id, GetDispatch()->aligned_alloc, alignment, size); in heapprofd_aligned_alloc()
146 return perfetto::profiling::wrap_memalign(g_heap_id, GetDispatch()->memalign, in heapprofd_memalign()
152 g_heap_id, GetDispatch()->posix_memalign, memptr, alignment, size); in heapprofd_posix_memalign()
156 return perfetto::profiling::wrap_free(g_heap_id, GetDispatch()->free, in heapprofd_free()
169 return perfetto::profiling::wrap_realloc(g_heap_id, GetDispatch()->realloc, in heapprofd_realloc()
192 const MallocDispatch* dispatch = GetDispatch(); in heapprofd_malloc_usable_size()
197 const MallocDispatch* dispatch = GetDispatch(); in heapprofd_mallinfo()
[all …]