Searched refs:PrecisionInfo (Results 1 – 3 of 3) sorted by relevance
24 struct PrecisionInfo { struct25 PrecisionInfo() { in PrecisionInfo() function34 bool operator==(const PrecisionInfo& that) const { argument38 bool operator!=(const PrecisionInfo& that) const { return !(*this == that); }79 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType, in getFloatShaderPrecisionInfo()99 PrecisionInfo fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount];
33 const GrShaderCaps::PrecisionInfo* info; in reset()
1109 PrecisionInfo* first = NULL; in initShaderPrecisionTable()