Home
last modified time | relevance | path

Searched refs:fSamplerPrecisions (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrShaderCaps.h254 return static_cast<GrSLPrecision>(fSamplerPrecisions[visibility][config]); in samplerPrecision()
331 uint8_t fSamplerPrecisions[(1 << kGrShaderTypeCount)][kGrPixelConfigCnt]; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp209 uint8_t* table = fSamplerPrecisions[visibility]; in initSamplerPrecisionTable()