Searched defs:dstSampleCnt (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 77 bool GrVkCaps::canCopyImage(GrPixelConfig dstConfig, int dstSampleCnt, GrSurfaceOrigin dstOrigin, in canCopyImage() 98 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() 121 bool GrVkCaps::canCopyAsResolve(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsResolve() 178 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 1813 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage() local 1873 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit() local 1975 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface() local
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 78 bool GrVkCaps::canCopyImage(GrPixelConfig dstConfig, int dstSampleCnt, GrSurfaceOrigin dstOrigin, in canCopyImage() 103 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() 131 bool GrVkCaps::canCopyAsResolve(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsResolve() 198 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 1850 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage() local 1912 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit() local 2017 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 2155 bool GrGLCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsBlit() 2252 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 3131 int dstSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2173 bool GrGLCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsBlit() 2270 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 3159 int dstSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|