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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 52 const char* uniName;
61 uniName = "StageTranslate";
66 uniName = "StageMatrix";
71 uniName = "StageMatrix";
79 suffixedUniName.append(uniName);
81 uniName = suffixedUniName.c_str();
86 uniName,
87 &uniName);
124 vsVaryingName, uniName, coords->c_str());
130 vsVaryingName, uniName, coords->c_str())
    [all...]
  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 52 const char* uniName;
61 uniName = "StageTranslate";
66 uniName = "StageMatrix";
71 uniName = "StageMatrix";
79 suffixedUniName.append(uniName);
81 uniName = suffixedUniName.c_str();
86 uniName,
87 &uniName);
124 vsVaryingName, uniName, coords->c_str());
130 vsVaryingName, uniName, coords->c_str())
    [all...]
  /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 299 milliseconds