Searched defs:CommandQueue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dcommands.js17 function CommandQueue(document, canvas, saveFunction) { class
51 * @param {ImageEditor.Prompt} prompt Prompt to use with this CommandQueue.
54 CommandQueue.prototype.attachUI = function(imageView, prompt, lock) {
66 CommandQueue.prototype.executeWhenReady = function(callback) {
76 CommandQueue.prototype.isBusy = function() { return this.busy_ };
82 CommandQueue.prototype.setBusy_ = function() {
84 throw new Error('CommandQueue already busy');
98 CommandQueue.prototype.clearBusy_ = function() {
100 throw new Error('Inconsistent CommandQueue already not busy');
119 CommandQueue
[all...]
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp113 * cl::CommandQueue queue(context, devices[0], 0, &err);
202 class CommandQueue;
840 F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \
2205 class CommandQueue;
2370 const CommandQueue& queue,
2376 const CommandQueue& queue,
2556 /*! \class CommandQueue
2557 * \brief CommandQueue interface for cl_command_queue.
2559 class CommandQueue : public detail::Wrapper<cl_command_queue> class in namespace:cl
2562 CommandQueue( function in class:cl::CommandQueue
2578 CommandQueue() { } function in class:cl::CommandQueue
2580 CommandQueue(const CommandQueue& commandQueue) : detail::Wrapper<cl_type>(commandQueue) { } function in class:cl::CommandQueue
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp113 * cl::CommandQueue queue(context, devices[0], 0, &err);
202 class CommandQueue;
840 F(cl_event_info, CL_EVENT_COMMAND_QUEUE, cl::CommandQueue) \
2205 class CommandQueue;
2370 const CommandQueue& queue,
2376 const CommandQueue& queue,
2556 /*! \class CommandQueue
2557 * \brief CommandQueue interface for cl_command_queue.
2559 class CommandQueue : public detail::Wrapper<cl_command_queue> class in namespace:cl
2562 CommandQueue( function in class:cl::CommandQueue
2578 CommandQueue() { } function in class:cl::CommandQueue
2580 CommandQueue(const CommandQueue& commandQueue) : detail::Wrapper<cl_type>(commandQueue) { } function in class:cl::CommandQueue
[all...]

Completed in 498 milliseconds