HomeSort by relevance Sort by last modified time
    Searched refs:draw_blocker (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.h 64 int draw_blocker; member in struct:rbug_context
rbug_core.c 353 rb_context->draw_blocker, rb_context->draw_blocked, NULL);
379 rb_context->draw_blocker |= block->block;
442 rb_context->draw_blocker &= ~unblock->unblock;
474 rb_context->draw_blocker |= RBUG_BLOCK_RULE;
rbug_context.c 59 if (rb_pipe->draw_blocker & flag) {
62 (rb_pipe->draw_blocker & RBUG_BLOCK_RULE)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 64 int draw_blocker; member in struct:rbug_context
rbug_core.c 353 rb_context->draw_blocker, rb_context->draw_blocked, NULL);
379 rb_context->draw_blocker |= block->block;
442 rb_context->draw_blocker &= ~unblock->unblock;
474 rb_context->draw_blocker |= RBUG_BLOCK_RULE;
rbug_context.c 59 if (rb_pipe->draw_blocker & flag) {
62 (rb_pipe->draw_blocker & RBUG_BLOCK_RULE)) {
    [all...]

Completed in 135 milliseconds