Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp315 const char* textureSizeUniName = NULL; in onEmitCode() local
318 "TextureSize", &textureSizeUniName); in onEmitCode()
335 fsBuilder->codeAppendf("vec2 st = uv*%s;", textureSizeUniName); in onEmitCode()