Home
last modified time | relevance | path

Searched defs:srcSampleCnt (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp106 int srcSampleCnt = 0; in onCanCopySurface() local
[all...]
H A DGrD3DGpu.cpp440 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 DGrVkCaps.cpp218 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 DGrVkGpu.cpp2298 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 DGrGLCaps.cpp3485 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 DGrGLGpu.cpp2874 int srcSampleCnt = 0; in can_blit_framebuffer_for_copy_surface() local

Completed in 23 milliseconds