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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 233 void GrGLShaderBuilder::nameVariable(SkString* out, char prefix, const char* name) {
364 this->nameVariable(uni.fVariable.accessName(), 'u', name);
457 this->nameVariable(outName, '\0', name);
534 this->nameVariable(&inColorName, '\0', "input");
541 this->nameVariable(&outColorName, '\0', "output");
815 this->nameVariable(fVSOutputs.back().accessName(), 'v', name);
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 233 void GrGLShaderBuilder::nameVariable(SkString* out, char prefix, const char* name) {
364 this->nameVariable(uni.fVariable.accessName(), 'u', name);
457 this->nameVariable(outName, '\0', name);
534 this->nameVariable(&inColorName, '\0', "input");
541 this->nameVariable(&outColorName, '\0', "output");
815 this->nameVariable(fVSOutputs.back().accessName(), 'v', name);
    [all...]

Completed in 37 milliseconds