Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dcontext.hpp39 typedef std::function<void (const char *)> notify_action; typedef in clover::context
42 const notify_action &notify);
59 const notify_action notify;
Dcontext.cpp29 const notify_action &notify) : in context()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp48 const auto notify = (!pfn_notify ? context::notify_action() : in clCreateContext()