Searched defs:dstSampleCnt (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 115 bool GrVkCaps::canCopyImage(GrPixelConfig dstConfig, int dstSampleCnt, GrSurfaceOrigin dstOrigin, in canCopyImage() 137 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() 160 bool GrVkCaps::canCopyAsResolve(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsResolve() 217 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 1821 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage() local 1881 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit() local 1983 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface() local
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 135 bool GrVkCaps::canCopyImage(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, in canCopyImage() 150 bool GrVkCaps::canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() 173 bool GrVkCaps::canCopyAsResolve(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, in canCopyAsResolve() 210 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 2123 int dstSampleCnt = dstImage->vkImageInfo().fSampleCount; in copySurfaceAsCopyImage() local 2184 int dstSampleCnt = dstImage->vkImageInfo().fSampleCount; in copySurfaceAsBlit() local 2310 int dstSampleCnt = dstImage->vkImageInfo().fSampleCount; in onCopySurface() local
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 63 bool GrD3DCaps::canCopyTexture(DXGI_FORMAT dstFormat, int dstSampleCnt, in canCopyTexture() 74 bool GrD3DCaps::canCopyAsResolve(DXGI_FORMAT dstFormat, int dstSampleCnt, in canCopyAsResolve() 102 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrD3DGpu.cpp | 427 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface() local 470 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyTexture() 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 | 3265 bool GrGLCaps::canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt, in canCopyAsBlit() 3345 int dstSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 2832 int dstSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|