Searched defs:srcSampleCnt (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCaps.cpp | 106 int srcSampleCnt = 0; in onCanCopySurface() local [all...] |
H A D | GrD3DGpu.cpp | 440 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface() local 483 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyTexture() local
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCaps.cpp | 218 int srcSampleCnt = 0; in onCanCopySurface() local 142 canCopyImage(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const canCopyImage() argument 157 canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, bool dstHasYcbcr, VkFormat srcFormat, int srcSampleCnt, bool srcIsLinear, bool srcHasYcbcr) const canCopyAsBlit() argument 180 canCopyAsResolve(VkFormat dstFormat, int dstSampleCnt, bool dstHasYcbcr, VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const canCopyAsResolve() argument [all...] |
H A D | GrVkGpu.cpp | 2298 int srcSampleCnt = srcImage->numSamples(); in copySurfaceAsCopyImage() local 2362 int srcSampleCnt = srcImage->numSamples(); in copySurfaceAsBlit() local 2495 int srcSampleCnt = srcImage->numSamples(); in onCopySurface() local
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLCaps.cpp | 3485 int srcSampleCnt = 0; in onCanCopySurface() local 3404 canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt, const GrTextureType* dstTypeIfTexture, GrGLFormat srcFormat, int srcSampleCnt, const GrTextureType* srcTypeIfTexture, const SkRect& srcBounds, bool srcBoundsExact, const SkIRect& srcRect, const SkIPoint& dstPoint) const canCopyAsBlit() argument
|
H A D | GrGLGpu.cpp | 2874 int srcSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local
|
Completed in 23 milliseconds