Home | History | Annotate | Download | only in gpu

Lines Matching refs:SkDevice

16 #include "SkDevice.h"
25 * Subclass of SkDevice, which directs all drawing to the GrGpu owned by the
28 class SK_API SkGpuDevice : public SkDevice {
39 SkDevice::Usage usage = SkDevice::kGeneral_Usage);
66 // overrides from SkDevice
101 virtual void drawDevice(const SkDraw&, SkDevice*, int x, int y,
148 // overrides from SkDevice
193 // override from SkDevice
194 virtual SkDevice* onCreateCompatibleDevice(SkBitmap::Config config,
210 typedef SkDevice INHERITED;