HomeSort by relevance Sort by last modified time
    Searched defs:dstSurface (Results 1 - 4 of 4) sorted by null

  /external/skqp/src/gpu/
GrContext.cpp 518 GrSurface* dstSurface = dstProxy->priv().peekSurface();
539 if (!GrSurfacePriv::AdjustWritePixelParams(dstSurface->width(), dstSurface->height(),
548 if (!fContext->fGpu->getWritePixelsInfo(dstSurface, dstProxy->origin(), width, height,
553 if (!(kDontFlush_PixelOpsFlag & pixelOpsFlags) && dstSurface->surfacePriv().hasPendingIO()) {
626 return fContext->fGpu->writePixels(dstSurface, dstProxy->origin(), left, top, width,
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 768 GrSurface* dstSurface = dstProxy->priv().peekSurface();
790 if (!GrSurfacePriv::AdjustWritePixelParams(dstSurface->width(), dstSurface->height(),
802 if (!fContext->fGpu->getWritePixelsInfo(dstSurface, dstProxy->origin(), width, height,
808 if (!(kDontFlush_PixelOpsFlag & pixelOpsFlags) && dstSurface->surfacePriv().hasPendingIO()) {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 540 tcu::Surface& dstSurface = *surfaces[contextNdx];
561 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
679 tcu::Surface& dstSurface = *surfaces[contextNdx];
701 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 543 tcu::Surface& dstSurface = *surfaces[contextNdx];
564 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
682 tcu::Surface& dstSurface = *surfaces[contextNdx];
704 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
    [all...]

Completed in 311 milliseconds