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

  /external/skia/src/gpu/
GrRenderTargetOpList.cpp 298 const DstProxy* bDstProxy,
323 const DstProxy* dstProxy) {
350 if (this->combineIfPossible(candidate, op.get(), clip, dstProxy, caps)) {
378 fRecordedOps.emplace_back(std::move(op), clip, dstProxy);
GrContext.cpp 767 GrSurfaceProxy* dstProxy = dst->asSurfaceProxy();
768 GrSurface* dstSurface = dstProxy->priv().peekSurface();
773 if (!valid_pixel_conversion(srcColorType, dstProxy->config(), premul)) {
781 pm_upm_must_round_trip(dstProxy->config(), dst->colorSpaceInfo().colorSpace());
800 srcColorType, srcColorSpace, GrPixelConfigIsSRGBEncoded(dstProxy->config()),
802 if (!fContext->fGpu->getWritePixelsInfo(dstSurface, dstProxy->origin(), width, height,
    [all...]
GrRenderTargetContext.cpp     [all...]
  /external/skqp/src/gpu/
GrRenderTargetOpList.cpp 298 const DstProxy* bDstProxy,
323 const DstProxy* dstProxy) {
350 if (this->combineIfPossible(candidate, op.get(), clip, dstProxy, caps)) {
378 fRecordedOps.emplace_back(std::move(op), clip, dstProxy);
GrContext.cpp 517 GrSurfaceProxy* dstProxy = dst->asSurfaceProxy();
518 GrSurface* dstSurface = dstProxy->priv().peekSurface();
522 if (!valid_pixel_conversion(srcConfig, dstProxy->config(), premul)) {
530 pm_upm_must_round_trip(dstProxy->config(), dst->colorSpaceInfo().colorSpace());
548 if (!fContext->fGpu->getWritePixelsInfo(dstSurface, dstProxy->origin(), width, height,
626 return fContext->fGpu->writePixels(dstSurface, dstProxy->origin(), left, top, width,
    [all...]
GrRenderTargetContext.cpp     [all...]

Completed in 655 milliseconds