Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrCaps.h25 struct PrecisionInfo { struct
26 PrecisionInfo() { in PrecisionInfo() argument
35 bool operator==(const PrecisionInfo& that) const { argument
39 bool operator!=(const PrecisionInfo& that) const { return !(*this == that); }
73 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType, in getFloatShaderPrecisionInfo() argument
116 PrecisionInfo fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount];
/external/skia/src/gpu/
DGrCoordTransform.cpp33 const GrShaderCaps::PrecisionInfo* info; in reset()
/external/skia/src/gpu/effects/
DGrBezierEffect.cpp119 const GrShaderCaps::PrecisionInfo& highP = args.fGLSLCaps->getFloatShaderPrecisionInfo( in onEmitCode()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1106 GrShaderCaps::PrecisionInfo* first = nullptr; in initShaderPrecisionTable()