Home
last modified time | relevance | path

Searched refs:commandStatus (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLEvent.cpp116 void Event::callback(cl_int commandStatus) in callback() argument
118 ASSERT(commandStatus >= 0 && commandStatus < 3); in callback()
119 const Callbacks callbacks = std::move(mCallbacks->at(commandStatus)); in callback()
122 data.first(this, commandStatus, data.second); in callback()
H A DCLEvent.h50 void callback(cl_int commandStatus);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLEventCL.cpp64 void CLEventCL::Callback(cl_event event, cl_int commandStatus, void *userData) in Callback() argument
66 static_cast<cl::Event *>(userData)->callback(commandStatus); in Callback()
H A DCLEventCL.h40 static void CL_CALLBACK Callback(cl_event event, cl_int commandStatus, void *userData);

Completed in 2 milliseconds