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

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrCustomCoordsTextureEffect.cpp31 const char* vsVaryingName; variable
33 builder->addVarying(kVec2f_GrSLType, "textureCoords", &vsVaryingName, &fsVaryingNamePtr);
38 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, attrName);
H A DGrDistanceFieldTextureEffect.cpp35 const char* vsVaryingName; variable
37 builder->addVarying(kVec2f_GrSLType, "textureCoords", &vsVaryingName, &fsVaryingNamePtr);
42 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, attrName);
/external/skia/src/gpu/effects/
H A DGrCustomCoordsTextureEffect.cpp31 const char* vsVaryingName; variable
33 builder->addVarying(kVec2f_GrSLType, "textureCoords", &vsVaryingName, &fsVaryingNamePtr);
38 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, attrName);
H A DGrDistanceFieldTextureEffect.cpp35 const char* vsVaryingName; variable
37 builder->addVarying(kVec2f_GrSLType, "textureCoords", &vsVaryingName, &fsVaryingNamePtr);
42 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, attrName);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp366 const char* vsVaryingName; local
368 builder->addVarying(varyingType, varyingName, &vsVaryingName, &fsVaryingName);
377 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, coords.c_str());
382 vsVaryingName, uniName, coords.c_str());
388 vsVaryingName, uniName, coords.c_str());
391 vsVaryingName, uniName, coords.c_str());
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp366 const char* vsVaryingName; local
368 builder->addVarying(varyingType, varyingName, &vsVaryingName, &fsVaryingName);
377 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, coords.c_str());
382 vsVaryingName, uniName, coords.c_str());
388 vsVaryingName, uniName, coords.c_str());
391 vsVaryingName, uniName, coords.c_str());

Completed in 146 milliseconds