/external/skqp/src/core/ |
D | SkSurfaceCharacterization.cpp | 42 if (width <= 0 || height <= 0 || width > caps->maxRenderTargetSize() || in createResized() 43 height > caps->maxRenderTargetSize()) { in createResized()
|
/external/skia/src/core/ |
D | SkSurfaceCharacterization.cpp | 42 if (width <= 0 || height <= 0 || width > caps->maxRenderTargetSize() || in createResized() 43 height > caps->maxRenderTargetSize()) { in createResized()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 221 int GrContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() function in GrContext
|
D | GrGpu.cpp | 177 if (backendTex.width() > this->caps()->maxRenderTargetSize() || in wrapRenderableBackendTexture() 178 backendTex.height() > this->caps()->maxRenderTargetSize()) { in wrapRenderableBackendTexture()
|
D | GrCaps.h | 136 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
|
D | GrCaps.cpp | 293 int maxRTSize = this->maxRenderTargetSize(); in validateSurfaceDesc()
|
D | GrProxyProvider.cpp | 699 if (desc.fWidth > this->caps()->maxRenderTargetSize() || in createLazyRenderTargetProxy() 700 desc.fHeight > this->caps()->maxRenderTargetSize()) { in createLazyRenderTargetProxy()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 254 if (this->shouldCachePathMask(onFlushRP->caps()->maxRenderTargetSize())) { in accountForOwnPath() 270 bool GrCCDrawPathsOp::SingleDraw::shouldCachePathMask(int maxRenderTargetSize) const { in shouldCachePathMask() 279 if (shapeMaxDimension > maxRenderTargetSize) { in shouldCachePathMask()
|
D | GrCCDrawPathsOp.h | 103 bool shouldCachePathMask(int maxRenderTargetSize) const;
|
D | GrCCAtlas.cpp | 190 SkASSERT(fMaxTextureSize <= onFlushRP->caps()->maxRenderTargetSize()); in makeRenderTargetContext()
|
D | GrCoverageCountingPathRenderer.cpp | 175 int maxRTSize = caps.maxRenderTargetSize(); in makeClipProcessor()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 251 if (this->shouldCachePathMask(onFlushRP->caps()->maxRenderTargetSize())) { in accountForOwnPath() 267 bool GrCCDrawPathsOp::SingleDraw::shouldCachePathMask(int maxRenderTargetSize) const { in shouldCachePathMask() 276 if (shapeMaxDimension > maxRenderTargetSize) { in shouldCachePathMask()
|
D | GrCCDrawPathsOp.h | 99 bool shouldCachePathMask(int maxRenderTargetSize) const;
|
D | GrCCAtlas.cpp | 189 SkASSERT(fMaxTextureSize <= onFlushRP->caps()->maxRenderTargetSize()); in makeRenderTargetContext()
|
D | GrCoverageCountingPathRenderer.cpp | 175 int maxRTSize = caps.maxRenderTargetSize(); in makeClipProcessor()
|
/external/skqp/src/gpu/ |
D | GrGpu.cpp | 178 if (backendTex.width() > this->caps()->maxRenderTargetSize() || in wrapRenderableBackendTexture() 179 backendTex.height() > this->caps()->maxRenderTargetSize()) { in wrapRenderableBackendTexture()
|
D | GrCaps.h | 136 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize() function
|
D | GrCaps.cpp | 293 int maxRTSize = this->maxRenderTargetSize(); in validateSurfaceDesc()
|
D | GrProxyProvider.cpp | 660 if (desc.fWidth > fCaps->maxRenderTargetSize() || desc.fHeight > fCaps->maxRenderTargetSize()) { in createLazyRenderTargetProxy()
|
/external/skia/include/gpu/ |
D | GrContext.h | 220 int maxRenderTargetSize() const;
|
/external/skqp/include/gpu/ |
D | GrContext.h | 216 int maxRenderTargetSize() const;
|
/external/skqp/tools/skpbench/ |
D | skpbench.cpp | 401 if (ctx->maxRenderTargetSize() < SkTMax(width, height)) { in main() 403 width, height, ctx->maxRenderTargetSize()); in main()
|
/external/skia/tools/skpbench/ |
D | skpbench.cpp | 401 if (ctx->maxRenderTargetSize() < SkTMax(width, height)) { in main() 403 width, height, ctx->maxRenderTargetSize()); in main()
|
/external/skia/tools/skiaserve/ |
D | Request.cpp | 106 int maxRTSize = this->getContext()->maxRenderTargetSize(); in getBounds()
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 106 int maxRTSize = this->getContext()->maxRenderTargetSize(); in getBounds()
|