Home
last modified time | relevance | path

Searched defs:hasMipmaps (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc245 GstQSGTexture::hasMipmaps () const in hasMipmaps() function in GstQSGTexture
/third_party/skia/include/gpu/
DGrBackendSurface.h311 bool hasMipmaps() const { return fMipmapped == GrMipmapped::kYes; } in hasMipmaps() function
/third_party/skia/src/image/
DSkImage.cpp704 bool SkImage::hasMipmaps() const { return as_IB(this)->onHasMipmaps(); } in hasMipmaps() function in SkImage