HomeSort by relevance Sort by last modified time
    Searched refs:textureSizeUniName (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/effects/
GrDistanceFieldTextureEffect.cpp 61 const char* textureSizeUniName = NULL;
64 &textureSizeUniName);
79 builder->fsCodeAppendf("\tvec2 st = uv*%s;\n", textureSizeUniName);
278 const char* textureSizeUniName = NULL;
282 &textureSizeUniName);
286 builder->fsCodeAppendf("\tvec2 st = uv*%s.xy;\n", textureSizeUniName);
289 builder->fsCodeAppendf("\tvec2 offset = vec2(dx*%s.z, 0.0);\n", textureSizeUniName);
293 builder->fsCodeAppendf("\tvec2 offset = %s.z*Jdx;\n", textureSizeUniName);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDistanceFieldTextureEffect.cpp 67 const char* textureSizeUniName = NULL;
70 &textureSizeUniName);
85 fsBuilder->codeAppendf("\tvec2 st = uv*%s;\n", textureSizeUniName);
292 const char* textureSizeUniName = NULL;
296 &textureSizeUniName);
305 fsBuilder->codeAppendf("\tvec2 st = uv*%s.xy;\n", textureSizeUniName);
309 fsBuilder->codeAppendf("\tvec2 offset = vec2(dx*%s.z, 0.0);\n", textureSizeUniName);
313 fsBuilder->codeAppendf("\tvec2 offset = %s.z*Jdx;\n", textureSizeUniName);

Completed in 431 milliseconds