Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawTargetCaps.h24 struct PrecisionInfo { struct
25 PrecisionInfo() { in PrecisionInfo() function
34 bool operator==(const PrecisionInfo& that) const { argument
38 bool operator!=(const PrecisionInfo& that) const { return !(*this == that); }
79 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType, in getFloatShaderPrecisionInfo()
99 PrecisionInfo fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount];
DGrCoordTransform.cpp33 const GrShaderCaps::PrecisionInfo* info; in reset()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1109 PrecisionInfo* first = NULL; in initShaderPrecisionTable()