Searched defs:getRenderTargetSampleCount (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 461 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, function 468 int GrMtlCaps::getRenderTargetSampleCount(int requestedCount, MTLPixelFormat format) const { function
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.cpp | 13 int GrMockCaps::getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() function in GrMockCaps
|
D | GrMockCaps.h | 88 int getRenderTargetSampleCount(int requestCount, in getRenderTargetSampleCount() function
|
/external/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 101 int GrDawnCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrDawnCaps
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 840 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrD3DCaps 850 int GrD3DCaps::getRenderTargetSampleCount(int requestedCount, DXGI_FORMAT format) const { in getRenderTargetSampleCount() function in GrD3DCaps
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 1460 int GrVkCaps::getRenderTargetSampleCount(int requestedCount, in getRenderTargetSampleCount() function in GrVkCaps 1470 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 | 4665 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrGLFormat format) const { in getRenderTargetSampleCount() function in GrGLCaps
|