HomeSort by relevance Sort by last modified time
    Searched full:newrec (Results 1 - 16 of 16) sorted by null

  /external/skia/src/shaders/
SkLocalMatrixShader.cpp 45 ContextRec newRec(rec);
49 newRec.fLocalMatrix = &tmp;
51 newRec.fLocalMatrix = &this->getLocalMatrix();
53 return as_SB(fProxyShader)->makeContext(newRec, alloc);
72 StageRec newRec = rec;
73 newRec.fLocalM = rec.fLocalM ? &tmp : &this->getLocalMatrix();
74 return as_SB(fProxyShader)->appendStages(newRec);
  /external/skqp/src/shaders/
SkLocalMatrixShader.cpp 45 ContextRec newRec(rec);
49 newRec.fLocalMatrix = &tmp;
51 newRec.fLocalMatrix = &this->getLocalMatrix();
53 return as_SB(fProxyShader)->makeContext(newRec, alloc);
72 StageRec newRec = rec;
73 newRec.fLocalM = rec.fLocalM ? &tmp : &this->getLocalMatrix();
74 return as_SB(fProxyShader)->appendStages(newRec);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
GuidChk.c 1054 GUID_RECORD *NewRec;
1066 NewRec = malloc (sizeof (GUID_RECORD));
1067 if (NewRec == NULL) {
1072 memset ((char *) NewRec, 0, sizeof (GUID_RECORD));
1073 NewRec->FileName = malloc (strlen (FileName) + 1);
1074 if (NewRec->FileName == NULL) {
1075 free (NewRec);
1080 strcpy (NewRec->FileName, FileName);
1081 NewRec->Guid.Data1 = (UINT32) (Data[0] | (Data[1] << 8) | (Data[2] << 16) | (Data[3] << 24));
1082 NewRec->Guid.Data2 = (UINT16) (Data[4] | (Data[5] << 8));
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 229 Rec* newRec = new Rec();
230 newRec->fInfo = oldRec->fInfo;
231 newRec->fPaint = xformer->apply(oldRec->fPaint);
232 newRec->fNext = nullptr;
233 prevNewRec->fNext = newRec;
235 prevNewRec = newRec;
  /external/skqp/src/effects/
SkLayerDrawLooper.cpp 229 Rec* newRec = new Rec();
230 newRec->fInfo = oldRec->fInfo;
231 newRec->fPaint = xformer->apply(oldRec->fPaint);
232 newRec->fNext = nullptr;
233 prevNewRec->fNext = newRec;
235 prevNewRec = newRec;
  /external/skia/src/core/
SkColorSpaceXformCanvas.cpp 240 SkDrawShadowRec newRec(rec);
241 newRec.fAmbientColor = fXformer->apply(rec.fAmbientColor);
242 newRec.fSpotColor = fXformer->apply(rec.fSpotColor);
243 fTarget->private_draw_shadow_rec(path, newRec);
  /external/skqp/src/core/
SkColorSpaceXformCanvas.cpp 240 SkDrawShadowRec newRec(rec);
241 newRec.fAmbientColor = fXformer->apply(rec.fAmbientColor);
242 newRec.fSpotColor = fXformer->apply(rec.fSpotColor);
243 fTarget->private_draw_shadow_rec(path, newRec);
  /external/annotation-tools/scene-lib/src/annotations/io/
ASTIndex.java 458 ASTRecord newRec = rec.extend(kind, ASTPath.PARAMETER, i++);
462 save(vt.getType(), newRec, newKind, ASTPath.TYPE);
463 save(vt.getInitializer(), newRec, newKind, ASTPath.INITIALIZER);
464 defaultAction(vt, newRec);
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
Record.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp     [all...]
TGParser.cpp     [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 2432 struct list_struct newrec; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 637 milliseconds