Searched refs:PrecisionInfo (Results 1 – 4 of 4) sorted by relevance
25 struct PrecisionInfo { struct26 PrecisionInfo() { in PrecisionInfo() argument35 bool operator==(const PrecisionInfo& that) const { argument39 bool operator!=(const PrecisionInfo& that) const { return !(*this == that); }73 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType, in getFloatShaderPrecisionInfo() argument116 PrecisionInfo fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount];
33 const GrShaderCaps::PrecisionInfo* info; in reset()
119 const GrShaderCaps::PrecisionInfo& highP = args.fGLSLCaps->getFloatShaderPrecisionInfo( in onEmitCode()
1106 GrShaderCaps::PrecisionInfo* first = nullptr; in initShaderPrecisionTable()