Home
last modified time | relevance | path

Searched refs:GrYUVABackendTextures (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/include/gpu/
DGrYUVABackendTextures.h82 class SK_API GrYUVABackendTextures {
84 GrYUVABackendTextures() = default;
85 GrYUVABackendTextures(const GrYUVABackendTextures&) = delete;
86 GrYUVABackendTextures(GrYUVABackendTextures&&) = default;
88 GrYUVABackendTextures& operator=(const GrYUVABackendTextures&) = delete;
89 GrYUVABackendTextures& operator=(GrYUVABackendTextures&&) = default;
91 GrYUVABackendTextures(const SkYUVAInfo&,
DBUILD.bazel19 "GrYUVABackendTextures.h",
/third_party/skia/src/gpu/
DGrYUVABackendTextures.cpp78 GrYUVABackendTextures::GrYUVABackendTextures( in GrYUVABackendTextures() function in GrYUVABackendTextures
101 SkYUVAInfo::YUVALocations GrYUVABackendTextures::toYUVALocations() const { in toYUVALocations()
DBUILD.bazel233 "GrYUVABackendTextures.cpp",
/third_party/skia/include/core/
DSkImage.h45 class GrYUVABackendTextures; variable
415 const GrYUVABackendTextures& yuvaTextures,
/third_party/skia/tools/gpu/
DYUVUtils.cpp312 GrYUVABackendTextures yuvaTextures(fPixmaps.yuvaInfo(), in ensureYUVImage()
/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp225 const GrYUVABackendTextures& yuvaTextures, in MakeFromYUVATextures()
/third_party/skia/gn/
Dgpu.gni23 "$_include/gpu/GrYUVABackendTextures.h",
250 "$_src/gpu/GrYUVABackendTextures.cpp",
/third_party/skia/site/docs/user/release/
Drelease_notes.md168 that takes GrYUVABackendTextures instead.
181 on GrDirectContext and as planes of YUVA images via GrYUVABackendTextures.
/third_party/skia/
DRELEASE_NOTES.txt225 that takes GrYUVABackendTextures instead.
238 on GrDirectContext and as planes of YUVA images via GrYUVABackendTextures.