Home
last modified time | relevance | path

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

/external/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&,
/external/skia/src/gpu/
DGrYUVABackendTextures.cpp78 GrYUVABackendTextures::GrYUVABackendTextures( in GrYUVABackendTextures() function in GrYUVABackendTextures
101 SkYUVAInfo::YUVALocations GrYUVABackendTextures::toYUVALocations() const { in toYUVALocations()
/external/skia/include/core/
DSkImage.h43 class GrYUVABackendTextures; variable
387 const GrYUVABackendTextures& yuvaTextures,
/external/skia/tools/gpu/
DYUVUtils.cpp260 GrYUVABackendTextures yuvaTextures(fPixmaps.yuvaInfo(), in ensureYUVImage()
/external/skia/src/image/
DSkImage_GpuYUVA.cpp225 const GrYUVABackendTextures& yuvaTextures, in MakeFromYUVATextures()
/external/skia/gn/
Dgpu.gni22 "$_include/gpu/GrYUVABackendTextures.h",
279 "$_src/gpu/GrYUVABackendTextures.cpp",
/external/skia/
DRELEASE_NOTES.txt136 that takes GrYUVABackendTextures instead.
149 on GrDirectContext and as planes of YUVA images via GrYUVABackendTextures.
DAndroid.bp530 "src/gpu/GrYUVABackendTextures.cpp",
1514 "src/gpu/GrYUVABackendTextures.cpp",
/external/skia/site/docs/user/release/
Drelease_notes.md126 that takes GrYUVABackendTextures instead.
139 on GrDirectContext and as planes of YUVA images via GrYUVABackendTextures.