Home
last modified time | relevance | path

Searched refs:CL_EVENT (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_cl_autogen.cpp27 CL_EVENT(GetPlatformIDs, in clGetPlatformIDs()
44 CL_EVENT(GetPlatformInfo, in clGetPlatformInfo()
68 CL_EVENT(GetDeviceIDs, in clGetDeviceIDs()
89 CL_EVENT(GetDeviceInfo, in clGetDeviceInfo()
117 CL_EVENT(CreateContext, in clCreateContext()
151 CL_EVENT(CreateContextFromType, in clCreateContextFromType()
176 CL_EVENT(RetainContext, "context = 0x%016" PRIxPTR "", (uintptr_t)context); in clRetainContext()
185 CL_EVENT(ReleaseContext, "context = 0x%016" PRIxPTR "", (uintptr_t)context); in clReleaseContext()
198 CL_EVENT(GetContextInfo, in clGetContextInfo()
216 CL_EVENT(RetainCommandQueue, "command_queue = 0x%016" PRIxPTR "", (uintptr_t)command_queue); in clRetainCommandQueue()
[all …]
Dentry_points_cl_utils.h20 # define CL_EVENT(entryPoint, ...) \ macro
24 # define CL_EVENT(entryPoint, ...) (void(0)) macro