Home
last modified time | relevance | path

Searched refs:fMaxRenderTargetSize (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h24 fMaxRenderTargetSize = SkTMin(options.fMaxRenderTargetSize, fMaxTextureSize); in GrMockCaps()
25 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize; in GrMockCaps()
/third_party/skia/src/gpu/
DGrCaps.cpp66 fMaxRenderTargetSize = 1; in GrCaps()
104 fMaxRenderTargetSize = std::min(fMaxRenderTargetSize, fMaxTextureSize); in finishInitialization()
105 fMaxPreferredRenderTargetSize = std::min(fMaxPreferredRenderTargetSize, fMaxRenderTargetSize); in finishInitialization()
260 writer->appendS32("Max Render Target Size", fMaxRenderTargetSize); in dumpJSON()
DGrCaps.h195 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize()
594 int fMaxRenderTargetSize; variable
/third_party/skia/src/gpu/mock/
DGrMockCaps.h26 fMaxRenderTargetSize = std::min(options.fMaxRenderTargetSize, fMaxTextureSize); in GrMockCaps()
27 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize; in GrMockCaps()
/third_party/flutter/skia/src/gpu/
DGrCaps.h140 int maxRenderTargetSize() const { return fMaxRenderTargetSize; } in maxRenderTargetSize()
530 int fMaxRenderTargetSize; variable
DGrCaps.cpp59 fMaxRenderTargetSize = 1; in GrCaps()
217 writer->appendS32("Max Render Target Size", fMaxRenderTargetSize); in dumpJSON()
/third_party/flutter/skia/include/gpu/mock/
DGrMockTypes.h100 int fMaxRenderTargetSize = 2048; member
/third_party/skia/include/gpu/mock/
DGrMockTypes.h125 int fMaxRenderTargetSize = 2048; member
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm194 fMaxRenderTargetSize = 16384;
197 fMaxRenderTargetSize = 16384;
201 fMaxRenderTargetSize = 4096;
203 fMaxRenderTargetSize = 8192;
207 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize;
208 fMaxTextureSize = fMaxRenderTargetSize;
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp53 fMaxRenderTargetSize = 16384; // minimum required by feature level 11_0 in GrD3DCaps()
202 fMaxRenderTargetSize = fMaxTextureSize; in initGrCaps()
208 fMaxRenderTargetSize = fMaxTextureSize; in initGrCaps()
210 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize; in initGrCaps()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp14 fMaxTextureSize = fMaxRenderTargetSize = 4096; // FIXME in GrDawnCaps()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp53 fMaxRenderTargetSize = 4096; // minimum required by spec in GrVkCaps()
502 fMaxRenderTargetSize = SkTMin(properties.limits.maxImageDimension2D, (uint32_t)INT_MAX); in initGrCaps()
509 fMaxRenderTargetSize = SkTMin(fMaxTextureSize, fMaxRenderTargetSize); in initGrCaps()
512 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize; in initGrCaps()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp19 fMaxTextureSize = fMaxRenderTargetSize = 8192; // FIXME in GrDawnCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm330 fMaxRenderTargetSize = 16384;
332 fMaxRenderTargetSize = 8192;
334 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize;
335 fMaxTextureSize = fMaxRenderTargetSize;
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp63 fMaxRenderTargetSize = 4096; // minimum required by spec in GrVkCaps()
629 fMaxRenderTargetSize = std::min(properties.limits.maxImageDimension2D, (uint32_t)INT_MAX); in initGrCaps()
636 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize; in initGrCaps()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp561 GR_GL_GetIntegerv(gli, GR_GL_MAX_RENDERBUFFER_SIZE, &fMaxRenderTargetSize); in init()
564 fMaxRenderTargetSize = SkTMin(fMaxTextureSize, fMaxRenderTargetSize); in init()
565 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize; in init()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp581 GR_GL_GetIntegerv(gli, GR_GL_MAX_RENDERBUFFER_SIZE, &fMaxRenderTargetSize); in init()
582 fMaxPreferredRenderTargetSize = fMaxRenderTargetSize; in init()