Home
last modified time | relevance | path

Searched refs:maxRenderTargetSize (Results 1 – 25 of 32) sorted by relevance

12

/external/skqp/src/core/
DSkSurfaceCharacterization.cpp42 if (width <= 0 || height <= 0 || width > caps->maxRenderTargetSize() || in createResized()
43 height > caps->maxRenderTargetSize()) { in createResized()
/external/skia/src/core/
DSkSurfaceCharacterization.cpp42 if (width <= 0 || height <= 0 || width > caps->maxRenderTargetSize() || in createResized()
43 height > caps->maxRenderTargetSize()) { in createResized()
/external/skia/src/gpu/
DGrContext.cpp221 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
DGrGpu.cpp177 if (backendTex.width() > this->caps()->maxRenderTargetSize() || in wrapRenderableBackendTexture()
178 backendTex.height() > this->caps()->maxRenderTargetSize()) { in wrapRenderableBackendTexture()
DGrCaps.h136 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
DGrCaps.cpp293 int maxRTSize = this->maxRenderTargetSize(); in validateSurfaceDesc()
DGrProxyProvider.cpp699 if (desc.fWidth > this->caps()->maxRenderTargetSize() || in createLazyRenderTargetProxy()
700 desc.fHeight > this->caps()->maxRenderTargetSize()) { in createLazyRenderTargetProxy()
/external/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp254 if (this->shouldCachePathMask(onFlushRP->caps()->maxRenderTargetSize())) { in accountForOwnPath()
270 bool GrCCDrawPathsOp::SingleDraw::shouldCachePathMask(int maxRenderTargetSize) const { in shouldCachePathMask()
279 if (shapeMaxDimension > maxRenderTargetSize) { in shouldCachePathMask()
DGrCCDrawPathsOp.h103 bool shouldCachePathMask(int maxRenderTargetSize) const;
DGrCCAtlas.cpp190 SkASSERT(fMaxTextureSize <= onFlushRP->caps()->maxRenderTargetSize()); in makeRenderTargetContext()
DGrCoverageCountingPathRenderer.cpp175 int maxRTSize = caps.maxRenderTargetSize(); in makeClipProcessor()
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp251 if (this->shouldCachePathMask(onFlushRP->caps()->maxRenderTargetSize())) { in accountForOwnPath()
267 bool GrCCDrawPathsOp::SingleDraw::shouldCachePathMask(int maxRenderTargetSize) const { in shouldCachePathMask()
276 if (shapeMaxDimension > maxRenderTargetSize) { in shouldCachePathMask()
DGrCCDrawPathsOp.h99 bool shouldCachePathMask(int maxRenderTargetSize) const;
DGrCCAtlas.cpp189 SkASSERT(fMaxTextureSize <= onFlushRP->caps()->maxRenderTargetSize()); in makeRenderTargetContext()
DGrCoverageCountingPathRenderer.cpp175 int maxRTSize = caps.maxRenderTargetSize(); in makeClipProcessor()
/external/skqp/src/gpu/
DGrGpu.cpp178 if (backendTex.width() > this->caps()->maxRenderTargetSize() || in wrapRenderableBackendTexture()
179 backendTex.height() > this->caps()->maxRenderTargetSize()) { in wrapRenderableBackendTexture()
DGrCaps.h136 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
DGrCaps.cpp293 int maxRTSize = this->maxRenderTargetSize(); in validateSurfaceDesc()
DGrProxyProvider.cpp660 if (desc.fWidth > fCaps->maxRenderTargetSize() || desc.fHeight > fCaps->maxRenderTargetSize()) { in createLazyRenderTargetProxy()
/external/skia/include/gpu/
DGrContext.h220 int maxRenderTargetSize() const;
/external/skqp/include/gpu/
DGrContext.h216 int maxRenderTargetSize() const;
/external/skqp/tools/skpbench/
Dskpbench.cpp401 if (ctx->maxRenderTargetSize() < SkTMax(width, height)) { in main()
403 width, height, ctx->maxRenderTargetSize()); in main()
/external/skia/tools/skpbench/
Dskpbench.cpp401 if (ctx->maxRenderTargetSize() < SkTMax(width, height)) { in main()
403 width, height, ctx->maxRenderTargetSize()); in main()
/external/skia/tools/skiaserve/
DRequest.cpp106 int maxRTSize = this->getContext()->maxRenderTargetSize(); in getBounds()
/external/skqp/tools/skiaserve/
DRequest.cpp106 int maxRTSize = this->getContext()->maxRenderTargetSize(); in getBounds()

12