Home
last modified time | relevance | path

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

/external/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); }
/external/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()
/external/skia/include/core/
DSkDeferredDisplayListRecorder.h20 class GrYUVABackendTextureInfo; variable
73 sk_sp<SkImage> makeYUVAPromiseTexture(const GrYUVABackendTextureInfo& yuvaBackendTextureInfo,
DSkImage.h42 class GrYUVABackendTextureInfo; variable
551 const GrYUVABackendTextureInfo& backendTextureInfo,
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp42 const GrYUVABackendTextureInfo& yuvaBackendTextureInfo, in makeYUVAPromiseTexture()
267 const GrYUVABackendTextureInfo& backendTextureInfo, in makeYUVAPromiseTexture()
/external/skia/src/image/
DSkImage_GpuYUVA.cpp332 const GrYUVABackendTextureInfo& backendTextureInfo, in MakePromiseYUVATexture()
DSkImage.cpp736 const GrYUVABackendTextureInfo&, in MakePromiseYUVATexture() argument
/external/skia/tools/
DDDLPromiseImageHelper.cpp335 GrYUVABackendTextureInfo yuvaBackendTextures(yuvaInfo, in CreatePromiseImages()