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

  /external/skia/src/gpu/ops/
GrCopySurfaceOp.cpp 67 GrSurfaceProxy* dstProxy,
71 SkASSERT(dstProxy);
75 // If the rect is outside the srcProxy or dstProxy then we've already succeeded.
76 if (!clip_src_rect_and_dst_point(dstProxy, srcProxy, srcRect, dstPoint,
80 if (GrPixelConfigIsCompressed(dstProxy->config())) {
86 return pool->allocate<GrCopySurfaceOp>(dstProxy, srcProxy, clippedSrcRect, clippedDstPoint);
GrClearOp.cpp 20 GrSurfaceProxy* dstProxy) {
21 const SkIRect rect = SkIRect::MakeWH(dstProxy->width(), dstProxy->height());
28 return pool->allocate<GrClearOp>(clip, color, dstProxy);
GrClearOp.h 24 GrSurfaceProxy* dstProxy);
GrMeshDrawOp.h 155 virtual const GrXferProcessor::DstProxy& dstProxy() const = 0;
  /external/skqp/src/gpu/ops/
GrCopySurfaceOp.cpp 67 GrSurfaceProxy* dstProxy,
71 SkASSERT(dstProxy);
75 // If the rect is outside the srcProxy or dstProxy then we've already succeeded.
76 if (!clip_src_rect_and_dst_point(dstProxy, srcProxy, srcRect, dstPoint,
80 if (GrPixelConfigIsCompressed(dstProxy->config())) {
86 return pool->allocate<GrCopySurfaceOp>(dstProxy, srcProxy, clippedSrcRect, clippedDstPoint);
GrClearOp.cpp 18 GrSurfaceProxy* dstProxy) {
19 const SkIRect rect = SkIRect::MakeWH(dstProxy->width(), dstProxy->height());
26 return pool->allocate<GrClearOp>(clip, color, dstProxy);
GrClearOp.h 23 GrSurfaceProxy* dstProxy);
GrMeshDrawOp.cpp 104 pipelineArgs.fDstProxy = this->dstProxy();
GrMeshDrawOp.h 188 virtual const GrXferProcessor::DstProxy& dstProxy() const = 0;
GrSimpleMeshDrawOpHelper.cpp 129 args.fDstProxy = target->dstProxy();
  /external/skia/src/gpu/
GrRenderTargetOpList.h 33 using DstProxy = GrXferProcessor::DstProxy;
81 GrAppliedClip&& clip, const DstProxy& dstProxy, const GrCaps& caps) {
88 if (dstProxy.proxy()) {
89 addDependency(dstProxy.proxy());
93 &dstProxy, caps);
150 OpChain(std::unique_ptr<GrOp>, GrProcessorSet::Analysis, GrAppliedClip*, const DstProxy*);
162 const DstProxy& dstProxy() const { return fDstProxy;
    [all...]
GrPipeline.h 60 GrXferProcessor::DstProxy fDstProxy;
140 if (GrTextureProxy* dstProxy = this->dstTextureProxy(offset)) {
141 return dstProxy->peekTexture();
GrRenderTargetOpList.cpp 33 using DstProxy = GrXferProcessor::DstProxy;
122 GrAppliedClip* appliedClip, const DstProxy* dstProxy)
127 SkASSERT(dstProxy && dstProxy->proxy());
128 fDstProxy = *dstProxy;
234 List* list, GrProcessorSet::Analysis processorAnalysis, const DstProxy& dstProxy,
240 SkASSERT(processorAnalysis.requiresDstTexture() == SkToBool(dstProxy.proxy()))
    [all...]
GrOpFlushState.cpp 42 pipelineArgs.fDstProxy = this->dstProxy();
88 GrDeferredTextureUploadWritePixelsFn wp = [this](GrTextureProxy* dstProxy, int left, int top,
92 GrSurface* dstSurface = dstProxy->peekSurface();
GrContextPriv.cpp 511 GrSurfaceProxy* dstProxy = dst->asSurfaceProxy();
512 GrSurface* dstSurface = dstProxy->peekSurface();
531 (dstProxy->config() == kRGBA_8888_GrPixelConfig ||
532 dstProxy->config() == kBGRA_8888_GrPixelConfig) &&
557 desc.fConfig = dstProxy->config();
558 format = dstProxy->backendFormat().makeTexture2D();
607 if (!valid_pixel_conversion(srcColorType, dstProxy->config(), premul)) {
612 dstProxy->config(), srcColorType);
648 if (dstProxy->origin() == kBottomLeft_GrSurfaceOrigin) {
657 } else if (dstProxy->origin() == kBottomLeft_GrSurfaceOrigin)
    [all...]
GrOpFlushState.h 66 GrXferProcessor::DstProxy fDstProxy;
101 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->fDstProxy; }
GrRenderTargetContext.cpp     [all...]
  /external/skqp/src/gpu/
GrRenderTargetOpList.h 33 using DstProxy = GrXferProcessor::DstProxy;
76 GrAppliedClip&& clip, const DstProxy& dstProxy, const GrCaps& caps) {
83 if (dstProxy.proxy()) {
84 addDependency(dstProxy.proxy());
88 &dstProxy, caps);
145 OpChain(std::unique_ptr<GrOp>, GrProcessorSet::Analysis, GrAppliedClip*, const DstProxy*);
157 const DstProxy& dstProxy() const { return fDstProxy;
    [all...]
GrPipeline.h 60 GrXferProcessor::DstProxy fDstProxy;
139 if (GrTextureProxy* dstProxy = this->dstTextureProxy(offset)) {
140 return dstProxy->peekTexture();
GrRenderTargetOpList.cpp 31 using DstProxy = GrXferProcessor::DstProxy;
120 GrAppliedClip* appliedClip, const DstProxy* dstProxy)
125 SkASSERT(dstProxy && dstProxy->proxy());
126 fDstProxy = *dstProxy;
232 List* list, GrProcessorSet::Analysis processorAnalysis, const DstProxy& dstProxy,
238 SkASSERT(processorAnalysis.requiresDstTexture() == SkToBool(dstProxy.proxy()))
    [all...]
GrOpFlushState.cpp 75 GrDeferredTextureUploadWritePixelsFn wp = [this](GrTextureProxy* dstProxy, int left, int top,
79 GrSurface* dstSurface = dstProxy->peekSurface();
GrContext.cpp 416 GrSurfaceProxy* dstProxy = dst->asSurfaceProxy();
417 GrSurface* dstSurface = dstProxy->peekSurface();
436 (dstProxy->config() == kRGBA_8888_GrPixelConfig ||
437 dstProxy->config() == kBGRA_8888_GrPixelConfig) &&
462 desc.fConfig = dstProxy->config();
463 format = dstProxy->backendFormat().makeTexture2D();
512 if (!valid_pixel_conversion(srcColorType, dstProxy->config(), premul)) {
517 dstProxy->config(), srcColorType);
553 if (dstProxy->origin() == kBottomLeft_GrSurfaceOrigin) {
562 } else if (dstProxy->origin() == kBottomLeft_GrSurfaceOrigin)
    [all...]
GrOpFlushState.h 64 GrXferProcessor::DstProxy fDstProxy;
101 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->fDstProxy; }
GrRenderTargetContext.cpp     [all...]

Completed in 2093 milliseconds