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

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrCustomCoordsTextureEffect.cpp 34 const char* vsVaryingName;
36 builder->addVarying(kVec2f_GrSLType, "textureCoords", &vsVaryingName, &fsVaryingNamePtr);
41 vsBuilder->codeAppendf("\t%s = %s;\n", vsVaryingName, inTextureCoords.c_str());
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFullProgramBuilder.cpp 179 const char* vsVaryingName;
183 this->addSeparableVarying(varyingType, varyingName, &vsVaryingName, &fsVaryingName);
186 this->addVarying(varyingType, varyingName, &vsVaryingName, &fsVaryingName);
197 vsVaryingName, uniName, coords.c_str());
200 vsVaryingName, uniName, coords.c_str());

Completed in 90 milliseconds