Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/
H A DGrYUVABackendTextures.h19 class SK_API GrYUVABackendTextureInfo { class
23 /** Default GrYUVABackendTextureInfo is invalid. */
24 GrYUVABackendTextureInfo() = default;
27 * Initializes a GrYUVABackendTextureInfo to describe a set of textures that can store the
34 GrYUVABackendTextureInfo(const SkYUVAInfo&,
39 GrYUVABackendTextureInfo(const GrYUVABackendTextureInfo&) = default;
41 GrYUVABackendTextureInfo& operator=(const GrYUVABackendTextureInfo&) = default;
43 bool operator==(const GrYUVABackendTextureInfo
[all...]
/third_party/skia/src/gpu/
H A 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/
H A DSkDeferredDisplayListRecorder.h21 class GrYUVABackendTextureInfo;
73 sk_sp<SkImage> makeYUVAPromiseTexture(const GrYUVABackendTextureInfo& yuvaBackendTextureInfo,
H A DSkImage.h44 class GrYUVABackendTextureInfo;
523 const GrYUVABackendTextureInfo& backendTextureInfo,
/third_party/skia/src/core/
H A DSkDeferredDisplayListRecorder.cpp240 const GrYUVABackendTextureInfo& backendTextureInfo, in makeYUVAPromiseTexture()
/third_party/skia/src/image/
H A DSkImage_GpuYUVA.cpp332 const GrYUVABackendTextureInfo& backendTextureInfo, in MakePromiseYUVATexture()
/third_party/skia/tools/
H A DDDLPromiseImageHelper.cpp335 GrYUVABackendTextureInfo yuvaBackendTextures(yuvaInfo, in CreatePromiseImages()

Completed in 9 milliseconds