Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCoordTransform.cpp29 info = &caps->getFloatShaderPrecisionInfo(kFragment_GrShaderType, precision); in compute_precision()
41 info = &caps->getFloatShaderPrecisionInfo(kFragment_GrShaderType, nextP); in compute_precision()
/external/skia/include/gpu/
DGrShaderCaps.h88 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType, in getFloatShaderPrecisionInfo() function
/external/skia/src/gpu/effects/
DGrBezierEffect.cpp110 const GrShaderCaps::PrecisionInfo& highP = args.fShaderCaps->getFloatShaderPrecisionInfo( in onEmitCode()