Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h426 void initShaderPrecisionTable(const GrGLContextInfo&, const GrGLInterface*, GrShaderCaps*);
DGrGLCaps.cpp599 this->initShaderPrecisionTable(ctxInfo, gli, shaderCaps); in init()
1358 void GrGLCaps::initShaderPrecisionTable(const GrGLContextInfo& ctxInfo, in initShaderPrecisionTable() function in GrGLCaps