Searched refs:PrecisionInfo (Results 1 - 4 of 4) 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];
/external/skia/src/gpu/
H A DGrCoordTransform.cpp33 const GrShaderCaps::PrecisionInfo* info;
/external/skia/src/gpu/effects/
H A DGrBezierEffect.cpp119 const GrShaderCaps::PrecisionInfo& highP = args.fGLSLCaps->getFloatShaderPrecisionInfo(
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp1106 GrShaderCaps::PrecisionInfo* first = nullptr;

Completed in 514 milliseconds