Searched defs:shaderDerivativeSupport (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/gpu/
H A DGrShaderCaps.h73 bool shaderDerivativeSupport() const { return fShaderDerivativeSupport; } function in class:GrShaderCaps
166 // this function, the caller should check that shaderDerivativeSupport exists.
168 SkASSERT(this->shaderDerivativeSupport());

Completed in 367 milliseconds