HomeSort by relevance Sort by last modified time
    Searched full:current_queue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 286 std::deque<ScaleOp>* current_queue = NULL; local
289 current_queue = y_ops;
291 current_queue = x_ops;
295 switch (current_queue->front().scale_factor) {
313 bool scale_x = current_queue->front().scale_x;
314 current_queue->front().UpdateSize(&intermediate_size);
315 current_queue->pop_front();
320 if (!current_queue->empty() && current_shader == SHADER_BILINEAR) {
322 current_queue->front().UpdateSize(&intermediate_size);
323 current_queue->pop_front()
    [all...]
  /external/lldb/source/Host/macosx/
Host.mm 169 dispatch_queue_t current_queue = ::dispatch_get_current_queue ();
170 if (current_queue != NULL)
172 const char *queue_name = dispatch_queue_get_label (current_queue);
    [all...]

Completed in 3596 milliseconds