Searched refs:getConfigFromBackendFormat (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/mtl/
H A DGrMtlCaps.h62 bool getConfigFromBackendFormat(const GrBackendFormat&, SkColorType,
/external/skia/src/gpu/mock/
H A DGrMockCaps.h93 bool getConfigFromBackendFormat(const GrBackendFormat& format, SkColorType ct,
/external/skia/include/gpu/
H A DGrCaps.h247 // getConfigFromBackendFormat?
249 virtual bool getConfigFromBackendFormat(const GrBackendFormat& format, SkColorType ct,
/external/skia/src/gpu/vk/
H A DGrVkCaps.h125 bool getConfigFromBackendFormat(const GrBackendFormat&, SkColorType,
H A DGrVkCaps.cpp526 bool GrVkCaps::getConfigFromBackendFormat(const GrBackendFormat& format, SkColorType ct, function in class:GrVkCaps
/external/skia/src/gpu/gl/
H A DGrGLCaps.h414 bool getConfigFromBackendFormat(const GrBackendFormat&, SkColorType,
H A DGrGLCaps.cpp2581 bool GrGLCaps::getConfigFromBackendFormat(const GrBackendFormat& format, SkColorType ct, function in class:GrGLCaps
/external/skia/src/gpu/
H A DGrContext.cpp454 if (!fCaps->getConfigFromBackendFormat(backendFormat, ii.colorType(), &config)) {

Completed in 261 milliseconds