Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrTextureProducer.h109 bool isAlphaOnly() const { return fIsAlphaOnly; } in isAlphaOnly()
121 , fIsAlphaOnly(isAlphaOnly) {} in GrTextureProducer()
187 const bool fIsAlphaOnly; variable