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

/external/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.cpp316 const char* textureSizeUniName = nullptr; variable
319 "TextureSize", &textureSizeUniName);
336 fragBuilder->codeAppendf("vec2 st = uv*%s;", textureSizeUniName);

Completed in 107 milliseconds