Home
last modified time | relevance | path

Searched refs:GrYUVABackendTextureInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/include/gpu/
DGrYUVABackendTextures.h19 class SK_API GrYUVABackendTextureInfo {
24 GrYUVABackendTextureInfo() = default;
34 GrYUVABackendTextureInfo(const SkYUVAInfo&,
39 GrYUVABackendTextureInfo(const GrYUVABackendTextureInfo&) = default;
41 GrYUVABackendTextureInfo& operator=(const GrYUVABackendTextureInfo&) = default;
43 bool operator==(const GrYUVABackendTextureInfo&) const;
44 bool operator!=(const GrYUVABackendTextureInfo& that) const { return !(*this == that); }
/third_party/skia/src/gpu/
DGrYUVABackendTextures.cpp25 GrYUVABackendTextureInfo::GrYUVABackendTextureInfo(const SkYUVAInfo& yuvaInfo, in GrYUVABackendTextureInfo() function in GrYUVABackendTextureInfo
54 bool GrYUVABackendTextureInfo::operator==(const GrYUVABackendTextureInfo& that) const { in operator ==()
64 SkYUVAInfo::YUVALocations GrYUVABackendTextureInfo::toYUVALocations() const { in toYUVALocations()
/third_party/skia/include/core/
DSkDeferredDisplayListRecorder.h21 class GrYUVABackendTextureInfo; variable
73 sk_sp<SkImage> makeYUVAPromiseTexture(const GrYUVABackendTextureInfo& yuvaBackendTextureInfo,
DSkImage.h44 class GrYUVABackendTextureInfo; variable
520 const GrYUVABackendTextureInfo& backendTextureInfo,
/third_party/skia/src/core/
DSkDeferredDisplayListRecorder.cpp240 const GrYUVABackendTextureInfo& backendTextureInfo, in makeYUVAPromiseTexture()
/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp332 const GrYUVABackendTextureInfo& backendTextureInfo, in MakePromiseYUVATexture()
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp335 GrYUVABackendTextureInfo yuvaBackendTextures(yuvaInfo, in CreatePromiseImages()