Searched defs:dstSampleCnt (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 118 bool GrVkCaps::canCopyImage(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, in canCopyImage() 133 bool GrVkCaps::canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() 156 bool GrVkCaps::canCopyAsResolve(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, in canCopyAsResolve() 193 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 2084 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage() local 2139 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit() local 2221 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface() local
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 66 bool GrD3DCaps::canCopyTexture(DXGI_FORMAT dstFormat, int dstSampleCnt, in canCopyTexture() 77 bool GrD3DCaps::canCopyAsResolve(DXGI_FORMAT dstFormat, int dstSampleCnt, in canCopyAsResolve() 105 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrD3DGpu.cpp | 428 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface() local 471 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyTexture() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 136 bool GrVkCaps::canCopyImage(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, in canCopyImage() 151 bool GrVkCaps::canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() 174 bool GrVkCaps::canCopyAsResolve(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, in canCopyAsResolve() 211 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 2154 int dstSampleCnt = dstImage->numSamples(); in copySurfaceAsCopyImage() local 2218 int dstSampleCnt = dstImage->numSamples(); in copySurfaceAsBlit() local 2351 int dstSampleCnt = dstImage->numSamples(); in onCopySurface() local
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2947 bool GrGLCaps::canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt, in canCopyAsBlit() 3027 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 3018 int dstSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 3349 bool GrGLCaps::canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt, in canCopyAsBlit() 3429 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 2862 int dstSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|