Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h188 GrGLFunction<GrGLGetShaderPrecisionFormatProc> fGetShaderPrecisionFormat; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp488 if (nullptr == fFunctions.fGetShaderPrecisionFormat) { in validate()
DGrGLTestInterface.cpp101 …fFunctions.fGetShaderPrecisionFormat = bind_to_member(this, &GrGLTestInterface::getShaderPrecision… in GrGLTestInterface()