| /third_party/flutter/skia/src/gpu/mock/ |
| D | GrMockCaps.h | 80 int getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function 94 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function 96 return this->getRenderTargetSampleCount(requestCount, format.asMockColorType()); in getRenderTargetSampleCount()
|
| /third_party/skia/src/gpu/mock/ |
| D | GrMockCaps.h | 86 int getRenderTargetSampleCount(int requestCount, GrColorType) const; 88 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function 95 return this->getRenderTargetSampleCount(requestCount, format.asMockColorType()); in getRenderTargetSampleCount()
|
| D | GrMockCaps.cpp | 13 int GrMockCaps::getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function in GrMockCaps
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DCaps.h | 44 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override; 45 int getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT) const;
|
| D | GrD3DCaps.cpp | 832 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrD3DCaps 839 return this->getRenderTargetSampleCount(requestedCount, dxgiFormat); in getRenderTargetSampleCount() 842 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount() function in GrD3DCaps
|
| /third_party/flutter/skia/src/gpu/mtl/ |
| D | GrMtlCaps.h | 43 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override; 44 int getRenderTargetSampleCount(int requestedCount, MTLPixelFormat) const;
|
| /third_party/skia/src/gpu/mtl/ |
| D | GrMtlCaps.h | 39 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override; 40 int getRenderTargetSampleCount(int requestedCount, MTLPixelFormat) const;
|
| /third_party/flutter/skia/src/gpu/gl/ |
| D | GrGLCaps.h | 125 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function 127 return this->getRenderTargetSampleCount(requestedCount, format.asGLFormat()); in getRenderTargetSampleCount() 129 int getRenderTargetSampleCount(int requestedCount, GrGLFormat) const;
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkCaps.h | 50 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override; 51 int getRenderTargetSampleCount(int requestedCount, VkFormat) const;
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLCaps.h | 133 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function 135 return this->getRenderTargetSampleCount(requestedCount, format.asGLFormat()); in getRenderTargetSampleCount() 137 int getRenderTargetSampleCount(int requestedCount, GrGLFormat) const;
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkCaps.h | 50 int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const override; 51 int getRenderTargetSampleCount(int requestedCount, VkFormat) const;
|
| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnCaps.h | 40 int getRenderTargetSampleCount(int requestedCount,
|
| D | GrDawnCaps.cpp | 99 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrDawnCaps
|
| /third_party/flutter/skia/src/gpu/dawn/ |
| D | GrDawnCaps.h | 44 int getRenderTargetSampleCount(int requestedCount,
|
| D | GrDawnCaps.cpp | 142 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrDawnCaps
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrContextThreadSafeProxy.cpp | 71 sampleCnt = this->caps()->getRenderTargetSampleCount(sampleCnt, backendFormat); in createCharacterization()
|
| D | GrCaps.h | 195 virtual int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const = 0;
|
| /third_party/skia/tests/ |
| D | ProxyTest.cpp | 163 caps.getRenderTargetSampleCount(numSamples, format); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 242 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
| D | ResourceAllocatorTest.cpp | 242 int k2 = caps->getRenderTargetSampleCount(2, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 243 int k4 = caps->getRenderTargetSampleCount(4, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
| D | ProgramsTest.cpp | 147 int sampleCnt = random->nextBool() ? caps->getRenderTargetSampleCount(2, format) : 1; in random_surface_draw_context()
|
| /third_party/flutter/skia/tests/ |
| D | ProxyTest.cpp | 167 caps.getRenderTargetSampleCount(numSamples, format); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 255 int supportedNumSamples = caps.getRenderTargetSampleCount(numSamples, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
| D | ResourceAllocatorTest.cpp | 180 int k2 = ctxInfo.grContext()->priv().caps()->getRenderTargetSampleCount(2, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 181 int k4 = ctxInfo.grContext()->priv().caps()->getRenderTargetSampleCount(4, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
| D | GLProgramsTest.cpp | 154 int sampleCnt = random->nextBool() ? caps->getRenderTargetSampleCount(2, format) : 1; in random_render_target_context()
|
| /third_party/skia/src/gpu/ |
| D | GrContextThreadSafeProxy.cpp | 95 sampleCnt = fCaps->getRenderTargetSampleCount(sampleCnt, backendFormat); in createCharacterization()
|
| D | GrCaps.h | 249 virtual int getRenderTargetSampleCount(int requestedCount, const GrBackendFormat&) const = 0;
|