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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 97 const char* vsVaryingName;
99 builder->addVarying(varyingType, varyingName, &vsVaryingName, &fsVaryingName);
119 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, coords->c_str());
124 vsVaryingName, uniName, coords->c_str());
130 vsVaryingName, uniName, coords->c_str());
133 vsVaryingName, uniName, coords->c_str());
141 *vsCoordName = vsVaryingName;
156 const char** vsVaryingName,
164 vsVaryingName,
GrGLEffectMatrix.h 103 const char** vsVaryingName = NULL,
  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 97 const char* vsVaryingName;
99 builder->addVarying(varyingType, varyingName, &vsVaryingName, &fsVaryingName);
119 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, coords->c_str());
124 vsVaryingName, uniName, coords->c_str());
130 vsVaryingName, uniName, coords->c_str());
133 vsVaryingName, uniName, coords->c_str());
141 *vsCoordName = vsVaryingName;
156 const char** vsVaryingName,
164 vsVaryingName,
GrGLEffectMatrix.h 103 const char** vsVaryingName = NULL,
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrSimpleTextureEffect.cpp 40 const char* vsVaryingName;
41 builder->addVarying(kVec2f_GrSLType, "textureCoords", &vsVaryingName, &fsCoordName);
44 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, attrName);
  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.cpp 40 const char* vsVaryingName;
41 builder->addVarying(kVec2f_GrSLType, "textureCoords", &vsVaryingName, &fsCoordName);
44 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, attrName);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h 321 const char** vsVaryingName = NULL,
SkGradientShader.cpp 862 const char** vsVaryingName,
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 321 const char** vsVaryingName = NULL,
SkGradientShader.cpp 862 const char** vsVaryingName,
    [all...]

Completed in 784 milliseconds