Searched defs:uniName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp321 const char* uniName; local
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, coord
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.c147 const UniChar uniName[] = { '.','T','O','C','.','p','l','i','s','t' }; local
160 fsRefPB.nameLength = sizeof (uniName) / sizeof (uniName[0]);
161 fsRefPB.name = uniName;
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp321 const char* uniName; local
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, coord
[all...]

Completed in 131 milliseconds