Searched refs:fDeviceType (Results 1 – 4 of 4) sorted by relevance
174 fDeviceType = deviceType;244 return kBitmap_DeviceType == fDeviceType; in isUsingBitmapDevice()266 switch (fDeviceType) { in getConfigName()311 switch (fDeviceType) { in getJSONConfig()348 switch (fDeviceType) { in isUsingGpuDevice()368 switch(fDeviceType) { in getGLContext()414 , fDeviceType(kBitmap_DeviceType) in PictureRenderer()441 SkDeviceTypes fDeviceType; variable
132 switch(fDeviceType) { in setupCanvas()243 SkASSERT(kBitmap_DeviceType == fDeviceType); in resetState()263 SkASSERT(kBitmap_DeviceType == fDeviceType); in purgeTextures()
106 surface = fDevManager->createSurface(fDeviceType, this); in createSurface()137 DeviceType getDeviceType() const { return fDeviceType; } in getDeviceType()173 DeviceType fDeviceType; variable
786 fDeviceType = kRaster_DeviceType; in SampleWindow()789 fDeviceType = kGPU_DeviceType; in SampleWindow()792 fDeviceType = kANGLE_DeviceType; in SampleWindow()1047 fDevManager->publishCanvas(fDeviceType, canvas, this); in draw()1197 } else if (kPicture_DeviceType == fDeviceType) { in beforeChildren()1199 } else if (kDeferred_DeviceType == fDeviceType) { in beforeChildren()1241 if (kPicture_DeviceType == fDeviceType) { in afterChildren()1293 } else if (kDeferred_DeviceType == fDeviceType) { in afterChildren()1677 if (type == fDeviceType) in setDeviceType()1682 fDeviceType = type; in setDeviceType()[all …]