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

/external/skia/include/gpu/
H A DGrCaps.h25 struct PrecisionInfo { struct in class:GrShaderCaps
26 PrecisionInfo() { function in struct:GrShaderCaps::PrecisionInfo
35 bool operator==(const PrecisionInfo& that) const {
39 bool operator!=(const PrecisionInfo& that) const { return !(*this == that); }
73 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType,
116 PrecisionInfo fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount];

Completed in 79 milliseconds