Searched defs:effectiveType (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrShaderVar.cpp94 GrSLType effectiveType = this->getType(); local
95 if (shaderCaps->usesPrecisionModifiers() && GrSLTypeAcceptsPrecision(effectiveType)) {
102 GrGLSLTypeString(effectiveType),
107 GrGLSLTypeString(effectiveType),
113 GrGLSLTypeString(effectiveType),

Completed in 67 milliseconds