Lines Matching defs:context
288 ERRORF(reporter, "Could not create surface context for colorType: %d\n", colorType);
354 // Draw the backend texture into an RGBA surface fill context, attempting to access all the mipMap
383 ERRORF(reporter, "Could not make dst fill context.");
562 auto context = ctxInfo.directContext();
563 const GrCaps* caps = context->priv().caps();
603 if (GrBackendApi::kMetal == context->backend()) {
650 test_wrapping(context, reporter, uninitCreateMtd,
678 test_color_init(context, reporter, createWithColorMtd,
707 test_pixmap_init(context,
751 auto context = ctxInfo.directContext();
752 const GrGLCaps* glCaps = static_cast<const GrGLCaps*>(context->priv().caps());
845 test_wrapping(context, reporter, uninitCreateMtd, combo.fColorType,
885 test_color_init(context, reporter, createWithColorMtd, combo.fColorType,
903 auto context = ctxInfo.directContext();
904 const GrVkCaps* vkCaps = static_cast<const GrVkCaps*>(context->priv().caps());
990 test_wrapping(context, reporter, uninitCreateMtd, combo.fColorType, mipMapped,
1042 test_color_init(context, reporter, createWithColorMtd, combo.fColorType,