Lines Matching defs:info
285 GrColorInfo info(colorType, kUnpremul_SkAlphaType, nullptr);
286 auto surfaceContext = dContext->priv().makeSC(readView, info);
380 GrImageInfo info(GrColorType::kRGBA_8888, kUnpremul_SkAlphaType, nullptr, {32, 32});
381 auto dstFillContext = dContext->priv().makeSFC(info);
727 sk_gpu_test::ContextInfo info = factory.getContextInfo(type);
728 if (!info.directContext()) {
731 color_type_backend_allocation_test(info, reporter);
734 if (info.directContext()->priv().caps()->writePixelsRowBytesSupport() &&
735 info.directContext()->backend() == GrBackendApi::kOpenGL) {
739 info = overrideFactory.getContextInfo(type);
740 color_type_backend_allocation_test(info, reporter);