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

  /external/chromium_org/cc/output/
render_surface_filters.h 30 GrContext* gr_context);
  /external/chromium_org/cc/resources/
direct_raster_worker_pool.cc 197 GrContext* gr_context = context_provider_->GrContext(); local
199 if (gr_context)
200 gr_context->resetContext();
206 GrContext* gr_context = context_provider_->GrContext(); local
208 if (gr_context)
209 gr_context->flush();
resource_provider.cc 452 class GrContext* gr_context = resource_provider()->GrContext(); local
453 if (gr_context) {
462 skia::AdoptRef(gr_context->wrapBackendTexture(desc));
    [all...]

Completed in 64 milliseconds