Home
last modified time | relevance | path

Searched refs:get_surface_sample_cnt (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp448 static int get_surface_sample_cnt(GrSurface* surf) { in get_surface_sample_cnt() function
463 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface()
464 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface()
506 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyTexture()
507 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyTexture()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp2007 static int get_surface_sample_cnt(GrSurface* surf) { in get_surface_sample_cnt() function
2018 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage()
2019 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage()
2073 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit()
2074 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit()
2155 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface()
2156 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp2007 static int get_surface_sample_cnt(GrSurface* surf) { in get_surface_sample_cnt() function
2018 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage()
2019 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage()
2073 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit()
2074 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit()
2155 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface()
2156 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp2186 static int get_surface_sample_cnt(GrSurface* surf) { in get_surface_sample_cnt() function
2197 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage()
2198 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage()
2252 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit()
2253 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit()
2334 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface()
2335 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp2007 static int get_surface_sample_cnt(GrSurface* surf) { in get_surface_sample_cnt() function
2018 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage()
2019 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage()
2073 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit()
2074 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit()
2155 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface()
2156 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkGpu.cpp2007 static int get_surface_sample_cnt(GrSurface* surf) { in get_surface_sample_cnt() function
2018 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage()
2019 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage()
2073 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit()
2074 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit()
2155 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface()
2156 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp2133 static int get_surface_sample_cnt(GrSurface* surf) { in get_surface_sample_cnt() function
2148 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsCopyImage()
2149 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsCopyImage()
2209 int dstSampleCnt = get_surface_sample_cnt(dst); in copySurfaceAsBlit()
2210 int srcSampleCnt = get_surface_sample_cnt(src); in copySurfaceAsBlit()
2293 int dstSampleCnt = get_surface_sample_cnt(dst); in onCopySurface()
2294 int srcSampleCnt = get_surface_sample_cnt(src); in onCopySurface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlCaps.mm132 static int get_surface_sample_cnt(GrSurface* surf) { function
163 int srcSampleCount = get_surface_sample_cnt(src);
164 int dstSampleCount = get_surface_sample_cnt(dst);
197 int srcSampleCount = get_surface_sample_cnt(src);
198 int dstSampleCount = get_surface_sample_cnt(dst);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlGpu.mm1006 static int get_surface_sample_cnt(GrSurface* surf) { function
1035 int dstSampleCnt = get_surface_sample_cnt(dst);
1036 int srcSampleCnt = get_surface_sample_cnt(src);
1059 int dstSampleCnt = get_surface_sample_cnt(dst);
1060 int srcSampleCnt = get_surface_sample_cnt(src);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlGpu.mm1006 static int get_surface_sample_cnt(GrSurface* surf) { function
1035 int dstSampleCnt = get_surface_sample_cnt(dst);
1036 int srcSampleCnt = get_surface_sample_cnt(src);
1059 int dstSampleCnt = get_surface_sample_cnt(dst);
1060 int srcSampleCnt = get_surface_sample_cnt(src);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlGpu.mm1006 static int get_surface_sample_cnt(GrSurface* surf) { function
1035 int dstSampleCnt = get_surface_sample_cnt(dst);
1036 int srcSampleCnt = get_surface_sample_cnt(src);
1059 int dstSampleCnt = get_surface_sample_cnt(dst);
1060 int srcSampleCnt = get_surface_sample_cnt(src);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlGpu.mm1006 static int get_surface_sample_cnt(GrSurface* surf) { function
1035 int dstSampleCnt = get_surface_sample_cnt(dst);
1036 int srcSampleCnt = get_surface_sample_cnt(src);
1059 int dstSampleCnt = get_surface_sample_cnt(dst);
1060 int srcSampleCnt = get_surface_sample_cnt(src);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.mm1077 static int get_surface_sample_cnt(GrSurface* surf) { function
1103 int dstSampleCnt = get_surface_sample_cnt(dst);
1104 int srcSampleCnt = get_surface_sample_cnt(src);
1127 int dstSampleCnt = get_surface_sample_cnt(dst);
1128 int srcSampleCnt = get_surface_sample_cnt(src);