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

  /external/skia/src/gpu/
GrOpFlushState.cpp 92 GrSurface* dstSurface = dstProxy->peekSurface();
93 if (!fGpu->caps()->surfaceSupportsWritePixels(dstSurface) &&
94 fGpu->caps()->supportedWritePixelsColorType(dstSurface->config(), srcColorType) != srcColorType) {
97 return this->fGpu->writePixels(dstSurface, left, top, width, height, srcColorType, buffer,
GrContextPriv.cpp 512 GrSurface* dstSurface = dstProxy->peekSurface();
514 if (!GrSurfacePriv::AdjustWritePixelParams(dstSurface->width(), dstSurface->height(),
538 if (!caps->surfaceSupportsWritePixels(dstSurface) ||
655 top = dstSurface->height() - top - height;
667 top = dstSurface->height() - top - height;
670 if (!(kDontFlush_PixelOpsFlag & pixelOpsFlags) && dstSurface->surfacePriv().hasPendingIO()) {
674 return this->getGpu()->writePixels(dstSurface, left, top, width, height, srcColorType, buffer,
    [all...]
  /external/skqp/src/gpu/
GrOpFlushState.cpp 79 GrSurface* dstSurface = dstProxy->peekSurface();
80 if (!fGpu->caps()->surfaceSupportsWritePixels(dstSurface) &&
81 fGpu->caps()->supportedWritePixelsColorType(dstSurface->config(), srcColorType) != srcColorType) {
84 return this->fGpu->writePixels(dstSurface, left, top, width, height, srcColorType, buffer,
GrContext.cpp 417 GrSurface* dstSurface = dstProxy->peekSurface();
419 if (!GrSurfacePriv::AdjustWritePixelParams(dstSurface->width(), dstSurface->height(),
443 if (!caps->surfaceSupportsWritePixels(dstSurface) ||
560 top = dstSurface->height() - top - height;
572 top = dstSurface->height() - top - height;
575 if (!(kDontFlush_PixelOpsFlag & pixelOpsFlags) && dstSurface->surfacePriv().hasPendingIO()) {
579 return this->getGpu()->writePixels(dstSurface, left, top, width, height, srcColorType, buffer,
    [all...]
  /external/swiftshader/src/Vulkan/
VkImage.cpp 465 sw::Surface* dstSurface = Cast(dstImage)->asSurface(dstFlags, region.dstSubresource.mipLevel, 0);
476 blitter->blit(srcSurface, sRect, dstSurface, dRect,
483 delete dstSurface;
  /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...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 1130 milliseconds