Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
49 * Reports whether the GrDirectContext associated with this GrRecordingContext is abandoned.
51 * device/context has been disconnected before reporting the status. If so, calling this
70 return this->maxSurfaceSampleCountForColorType(colorType) > 0;
90 * rendering is supported for the color type. 0 is returned if rendering to this color type
148 // There is no going back from this method. It should only be called to control the timing
178 // programInfo. The DDL context takes this opportunity to store programInfos as a sidecar
197 * NOTE: the drawing manager tracks this object as a raw pointer; it is up to the caller to
202 GrRecordingContext* asRecordingContext() override { return this; }
209 void reset() { *this = {}; }