• Home
  • Raw
  • Download

Lines Matching refs:sContext

178         sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeDeferredSurfaceContext(  in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()  local
182 if (!sContext) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
190 if (sContext->writePixels(iiSRGBA, origData, 0, 0, 0)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
195 read_and_check_pixels(reporter, sContext.get(), origData, iiSRGBA, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
198 read_and_check_pixels(reporter, sContext.get(), origData, iiRGBA, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
206 if (sContext->writePixels(iiRGBA, origData, 0, 0, 0)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
208 read_and_check_pixels(reporter, sContext.get(), origData, iiSRGBA, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
211 read_and_check_pixels(reporter, sContext.get(), origData, iiRGBA, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
219 sContext = context->contextPriv().makeDeferredSurfaceContext(desc, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
223 if (!sContext) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
229 if (sContext->writePixels(iiSRGBA, origData, 0, 0, 0)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
233 read_and_check_pixels(reporter, sContext.get(), origData, iiSRGBA, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
242 read_and_check_pixels(reporter, sContext.get(), origData, iiRGBA, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
250 if (sContext->writePixels(iiRGBA, origData, 0, 0, 0)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
251 read_and_check_pixels(reporter, sContext.get(), origData, iiSRGBA, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()