Searched defs:getRenderTargetSampleCount (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 420 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, function 427 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, MTLPixelFormat format) const { function
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCaps.mm | 280 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const { function
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.h | 87 int getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function 101 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function
|
/external/skqp/src/gpu/mock/ |
D | GrMockCaps.h | 45 int getRenderTargetSampleCount(int requestCount, GrPixelConfig config) const override { in getRenderTargetSampleCount() function
|
/external/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 99 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrDawnCaps
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 827 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrD3DCaps 837 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount() function in GrD3DCaps
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 719 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const { in getRenderTargetSampleCount() function in GrVkCaps
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 1459 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrVkCaps 1469 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, VkFormat format) const { in getRenderTargetSampleCount() function in GrVkCaps
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 133 int getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function
|
D | GrGLCaps.cpp | 4324 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrGLFormat format) const { in getRenderTargetSampleCount() function in GrGLCaps
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 2876 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const { in getRenderTargetSampleCount() function in GrGLCaps
|