Searched refs:backingStoreDimensions (Results 1 - 17 of 17) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrSurfaceProxy.h | 132 SkISize backingStoreDimensions() const; 139 /* A perhaps faster check for this->dimensions() == this->backingStoreDimensions(). */ 146 return SkRect::Make(this->backingStoreDimensions()); in backingStoreBoundsRect() 150 return SkIRect::MakeSize(this->backingStoreDimensions()); in backingStoreBoundsIRect()
|
H A D | GrDynamicAtlas.cpp | 97 fTextureProxy->backingStoreDimensions(), in reset() 209 SkASSERT(backingRT->dimensions() == fTextureProxy->backingStoreDimensions()); in instantiate()
|
H A D | GrRenderTargetProxy.h | 85 SkASSERT(SkIRect::MakeSize(this->backingStoreDimensions()).contains(dirtyRect)); in markMSAADirty()
|
H A D | GrSurfaceProxy.cpp | 226 GrTexture::ComputeScratchKey(caps, this->backendFormat(), this->backingStoreDimensions(), in computeScratchKey() 230 SkISize GrSurfaceProxy::backingStoreDimensions() const { in backingStoreDimensions() function in GrSurfaceProxy
|
H A D | GrDrawingManager.cpp | 628 ddl->priv().targetProxy()->backingStoreDimensions().height(), in createDDLTask()
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasInstancedHelper.cpp | 101 SkISize dimensions = fAtlasProxy->backingStoreDimensions(); in setUniformData()
|
H A D | AtlasPathRenderer.cpp | 408 if (atlasTask->atlasProxy()->backingStoreDimensions() == firstAtlasTexture->dimensions()) { in preFlush() 413 SkASSERT(atlasTask->atlasProxy()->backingStoreDimensions().area() < in preFlush()
|
H A D | AtlasRenderTask.cpp | 186 this->target(0)->backingStoreDimensions().height(), in onExecute()
|
H A D | DefaultPathRenderer.cpp | 714 GetPathDevBounds(path, sdc->asRenderTargetProxy()->backingStoreDimensions(), in internalDrawPath()
|
H A D | OpsTask.cpp | 1088 this->target(0)->backingStoreDimensions().height(), in onMakeClosed()
|
H A D | TextureOp.cpp | 112 SkISize dimensions = proxy->backingStoreDimensions(); in proxy_normalization_params()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.cpp | 178 GrScissorState scissorState(this->asSurfaceProxy()->backingStoreDimensions()); in internalClear()
|
H A D | SurfaceDrawContext.cpp | 892 GrScissorState scissorState(this->asSurfaceProxy()->backingStoreDimensions()); in internalStencilClear() 1916 GrAppliedClip appliedClip(this->dimensions(), this->asSurfaceProxy()->backingStoreDimensions()); in addDrawOp() 2091 SkIRect copyRect = SkIRect::MakeSize(this->asSurfaceProxy()->backingStoreDimensions()); in setupDstProxyView()
|
/third_party/skia/tests/ |
H A D | ProxyTest.cpp | 86 // 'backingStoreDimensions' reports the original WxH. If it is kApprox, make sure that in check_texture() 89 // backingStoreDimensions and client code may rely on that if they are creating backend in check_texture() 91 // NOTE: we store these before instantiating, since after instantiation backingStoreDimensions in check_texture() 94 SkISize expectedSize = texProxy->backingStoreDimensions(); in check_texture()
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 149 SkImageInfo::Make(view.proxy()->backingStoreDimensions(), std::move(info)), in SkImage_Gpu() 170 SkImageInfo::Make(volatileSrc.proxy()->backingStoreDimensions(), in SkImage_Gpu()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrTextureEffect.cpp | 121 SkISize dim = proxy.isFullyLazy() ? SkISize{-1, -1} : proxy.backingStoreDimensions(); in Sampling()
|
/third_party/skia/src/core/ |
H A D | SkGpuBlurUtils.cpp | 180 auto srcBackingBounds = SkIRect::MakeSize(srcView.proxy()->backingStoreDimensions()); in convolve_gaussian()
|
Completed in 22 milliseconds