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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 105 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context
478 assert(!ctx->depth_stencil_saved);
479 ctx->depth_stencil_saved = ctx->depth_stencil;
484 if (ctx->depth_stencil != ctx->depth_stencil_saved) {
485 ctx->depth_stencil = ctx->depth_stencil_saved;
487 ctx->depth_stencil_saved);
489 ctx->depth_stencil_saved = NULL;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 105 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context
478 assert(!ctx->depth_stencil_saved);
479 ctx->depth_stencil_saved = ctx->depth_stencil;
484 if (ctx->depth_stencil != ctx->depth_stencil_saved) {
485 ctx->depth_stencil = ctx->depth_stencil_saved;
487 ctx->depth_stencil_saved);
489 ctx->depth_stencil_saved = NULL;
    [all...]

Completed in 570 milliseconds