Lines Matching refs:GrCaps
20 GrCaps::GrCaps(const GrContextOptions& options) { in GrCaps() function in GrCaps
94 void GrCaps::finishInitialization(const GrContextOptions& options) { in finishInitialization()
108 void GrCaps::applyOptionsOverrides(const GrContextOptions& options) { in applyOptionsOverrides()
164 if (GrCaps::kNone_MapFlags == flags) { in map_flags_to_string()
167 SkASSERT(GrCaps::kCanMap_MapFlag & flags); in map_flags_to_string()
168 SkDEBUGCODE(flags &= ~GrCaps::kCanMap_MapFlag); in map_flags_to_string()
171 if (GrCaps::kSubset_MapFlag & flags) { in map_flags_to_string()
176 SkDEBUGCODE(flags &= ~GrCaps::kSubset_MapFlag); in map_flags_to_string()
177 if (GrCaps::kAsyncRead_MapFlag & flags) { in map_flags_to_string()
182 SkDEBUGCODE(flags &= ~GrCaps::kAsyncRead_MapFlag); in map_flags_to_string()
188 void GrCaps::dumpJSON(SkJSONWriter* writer) const { in dumpJSON()
278 void GrCaps::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON()
281 bool GrCaps::surfaceSupportsWritePixels(const GrSurface* surface) const { in surfaceSupportsWritePixels()
285 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface()
297 bool GrCaps::validateSurfaceParams(const SkISize& dimensions, const GrBackendFormat& format, in validateSurfaceParams()
334 GrCaps::SupportedRead GrCaps::supportedReadPixelsColorType(GrColorType srcColorType, in supportedReadPixelsColorType()
368 GrBackendFormat GrCaps::getDefaultBackendFormat(GrColorType colorType, in getDefaultBackendFormat()
396 bool GrCaps::areColorTypeAndFormatCompatible(GrColorType grCT, in areColorTypeAndFormatCompatible()
411 GrSwizzle GrCaps::getReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const { in getReadSwizzle()
425 bool GrCaps::isFormatCompressed(const GrBackendFormat& format) const { in isFormatCompressed()
429 GrDstSampleType GrCaps::getDstSampleTypeForProxy(const GrRenderTargetProxy* rt) const { in getDstSampleTypeForProxy()
437 bool GrCaps::supportsDynamicMSAA(const GrRenderTargetProxy* rtProxy) const { in supportsDynamicMSAA()