Searched defs:gr_context (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/output/
H A Drender_surface_filters.cc236 FilterBufferState(GrContext* gr_context, argument
239 : gr_context_(gr_context),
248 gr_context->wrapBackendTexture(backend_texture_description));
381 GrContext* gr_context) {
382 DCHECK(gr_context);
384 FilterBufferState state(gr_context, size, texture_id);
378 Apply(const FilterOperations& filters, unsigned texture_id, gfx::SizeF size, GrContext* gr_context) argument

Completed in 80 milliseconds