Searched defs:srcSampleCnt (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 78 GrPixelConfig srcConfig, int srcSampleCnt, in canCopyImage() 99 GrPixelConfig srcConfig, int srcSampleCnt, bool srcIsLinear) const { in canCopyAsBlit() 123 int srcSampleCnt, GrSurfaceOrigin srcOrigin) const { in canCopyAsResolve() 179 int srcSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 1814 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage() local 1874 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit() local 1976 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface() local
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 79 bool dstHasYcbcr, GrPixelConfig srcConfig, int srcSampleCnt, in canCopyImage() 104 bool dstHasYcbcr, GrPixelConfig srcConfig, int srcSampleCnt, in canCopyAsBlit() 133 GrPixelConfig srcConfig, int srcSampleCnt, in canCopyAsResolve() 199 int srcSampleCnt = 0; in onCanCopySurface() local
|
D | GrVkGpu.cpp | 1851 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage() local 1913 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit() local 2018 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 2158 GrPixelConfig srcConfig, int srcSampleCnt, in canCopyAsBlit() 2253 int srcSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 3132 int srcSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2176 GrPixelConfig srcConfig, int srcSampleCnt, in canCopyAsBlit() 2271 int srcSampleCnt = 0; in onCanCopySurface() local
|
D | GrGLGpu.cpp | 3160 int srcSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|