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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 116 struct pipe_viewport_state vp, vp_saved; member in struct:cso_context
661 ctx->vp_saved = ctx->vp;
667 if (memcmp(&ctx->vp, &ctx->vp_saved, sizeof(ctx->vp))) {
668 ctx->vp = ctx->vp_saved;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 116 struct pipe_viewport_state vp, vp_saved; member in struct:cso_context
661 ctx->vp_saved = ctx->vp;
667 if (memcmp(&ctx->vp, &ctx->vp_saved, sizeof(ctx->vp))) {
668 ctx->vp = ctx->vp_saved;
    [all...]

Completed in 105 milliseconds