Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureProducer.h72 bool isAlphaOnly() const { return fIsAlphaOnly; } in isAlphaOnly()
81 , fIsAlphaOnly(isAlphaOnly) {} in GrTextureProducer()
146 const bool fIsAlphaOnly; variable