• Home
  • Raw
  • Download

Lines Matching refs:GrCaps

19 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()
172 if (GrCaps::kNone_MapFlags == flags) { in map_flags_to_string()
175 SkASSERT(GrCaps::kCanMap_MapFlag & flags); in map_flags_to_string()
176 SkDEBUGCODE(flags &= ~GrCaps::kCanMap_MapFlag); in map_flags_to_string()
179 if (GrCaps::kSubset_MapFlag & flags) { in map_flags_to_string()
184 SkDEBUGCODE(flags &= ~GrCaps::kSubset_MapFlag); in map_flags_to_string()
185 if (GrCaps::kAsyncRead_MapFlag & flags) { in map_flags_to_string()
190 SkDEBUGCODE(flags &= ~GrCaps::kAsyncRead_MapFlag); in map_flags_to_string()
196 void GrCaps::dumpJSON(SkJSONWriter* writer) const { in dumpJSON()
289 void GrCaps::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON()
292 bool GrCaps::surfaceSupportsWritePixels(const GrSurface* surface) const { in surfaceSupportsWritePixels()
296 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface()
308 bool GrCaps::validateSurfaceParams(const SkISize& dimensions, const GrBackendFormat& format, in validateSurfaceParams()
347 GrCaps::SupportedRead GrCaps::supportedReadPixelsColorType(GrColorType srcColorType, in supportedReadPixelsColorType()
381 GrBackendFormat GrCaps::getDefaultBackendFormat(GrColorType colorType, in getDefaultBackendFormat()
409 bool GrCaps::areColorTypeAndFormatCompatible(GrColorType grCT, in areColorTypeAndFormatCompatible()
424 GrSwizzle GrCaps::getReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const { in getReadSwizzle()
438 bool GrCaps::isFormatCompressed(const GrBackendFormat& format) const { in isFormatCompressed()
442 GrDstSampleFlags GrCaps::getDstSampleFlagsForProxy(const GrRenderTargetProxy* rt, in getDstSampleFlagsForProxy()
451 bool GrCaps::supportsDynamicMSAA(const GrRenderTargetProxy* rtProxy) const { in supportsDynamicMSAA()
479 std::tuple<GrColorType, GrBackendFormat> GrCaps::getFallbackColorTypeAndFormat( in getFallbackColorTypeAndFormat()