Searched defs:srcSampleCnt (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 119 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyImage() 134 bool dstHasYcbcr, VkFormat srcFormat, int srcSampleCnt, in canCopyAsBlit() 157 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyAsResolve() 194 int srcSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 2085 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage() local 2140 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit() local 2222 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 137 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyImage() 152 bool dstHasYcbcr, VkFormat srcFormat, int srcSampleCnt, in canCopyAsBlit() 175 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyAsResolve() 212 int srcSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 2155 int srcSampleCnt = srcImage->numSamples(); in copySurfaceAsCopyImage() local 2219 int srcSampleCnt = srcImage->numSamples(); in copySurfaceAsBlit() local 2352 int srcSampleCnt = srcImage->numSamples(); in onCopySurface() local
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2949 GrGLFormat srcFormat, int srcSampleCnt, in canCopyAsBlit() 3028 int srcSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 3019 int srcSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 429 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface() local 472 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyTexture() local
|
D | GrD3DCaps.cpp | 106 int srcSampleCnt = 0; in onCanCopySurface() local
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 3351 GrGLFormat srcFormat, int srcSampleCnt, in canCopyAsBlit() 3430 int srcSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 2863 int srcSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|