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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 321 const char* uniName;
325 uniName = NULL;
330 uniName = "StageTranslate";
335 uniName = "StageMatrix";
340 uniName = "StageMatrix";
349 suffixedUniName.append(uniName);
351 uniName = suffixedUniName.c_str();
355 uniName,
356 &uniName);
382 vsVaryingName, uniName, coords.c_str())
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 321 const char* uniName;
325 uniName = NULL;
330 uniName = "StageTranslate";
335 uniName = "StageMatrix";
340 uniName = "StageMatrix";
349 suffixedUniName.append(uniName);
351 uniName = suffixedUniName.c_str();
355 uniName,
356 &uniName);
382 vsVaryingName, uniName, coords.c_str())
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.cpp 61 SkString uniName("TexDom");
63 uniName.appendS32(textureDomain.fIndex);
66 kVec4f_GrSLType, uniName.c_str(), &name);
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 61 SkString uniName("TexDom");
63 uniName.appendS32(textureDomain.fIndex);
66 kVec4f_GrSLType, uniName.c_str(), &name);
  /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 326 milliseconds