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

  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 43 const char* uniName;
52 uniName = "StageTranslate";
57 uniName = "StageMatrix";
62 uniName = "StageMatrix";
70 suffixedUniName.append(uniName);
72 uniName = suffixedUniName.c_str();
77 uniName,
78 &uniName);
100 builder->fVSCode.appendf("\t%s = %s + %s;\n", vsVaryingName, uniName, vertexCoords);
106 vsVaryingName, uniName, vertexCoords)
    [all...]
GrGLShaderBuilder.cpp 188 SkString* uniName = uni.fVariable.accessName();
190 uniName->printf("u%s", name);
192 uniName->printf("u%s%d", name, fCurrentStageIdx);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 147 const UniChar uniName[] = { '.','T','O','C','.','p','l','i','s','t' };
160 fsRefPB.nameLength = sizeof (uniName) / sizeof (uniName[0]);
161 fsRefPB.name = uniName;

Completed in 88 milliseconds