HomeSort by relevance Sort by last modified time
    Searched defs:SrcType (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/media/
encrypted_media_browsertest.cc 48 enum SrcType {
59 public testing::WithParamInterface<std::tr1::tuple<const char*, SrcType> > {
62 const std::tr1::tuple<const char*, SrcType> test_params,
65 SrcType src_type = std::tr1::get<1>(test_params);
78 const std::tr1::tuple<const char*, SrcType> test_params,
81 SrcType src_type = std::tr1::get<1>(test_params);
97 SrcType src_type, const char* expectation) {
248 std::tr1::tuple<const char*, SrcType> test_params = GetParam();
259 std::tr1::tuple<const char*, SrcType> test_params = GetParam();
  /external/skia/gm/
xfermodes.cpp 49 enum SrcType {
70 /* The srcType argument indicates what to draw for the source part. Skia
74 void draw_mode(SkCanvas* canvas, SkXfermode* mode, SrcType srcType,
83 switch (srcType) {
230 draw_mode(canvas, mode, static_cast<SrcType>(sourceType),
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 364 unsigned int SrcType;
385 select->SrcType = src_type;
484 unsigned int src_type = d.Selects[i].SrcType;
488 src_type &= ~d.Selects[j].SrcType;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 364 unsigned int SrcType;
385 select->SrcType = src_type;
484 unsigned int src_type = d.Selects[i].SrcType;
488 src_type &= ~d.Selects[j].SrcType;
  /external/clang/lib/AST/
ExprCXX.cpp 586 QualType SrcType = getSubExpr()->getType();
589 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
590 SrcType = SrcPTy->getPointeeType();
598 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 144 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
169 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
175 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
183 QualType SrcType,
326 QualType srcType = src->getType();
327 if (!destType->isRecordType() && !srcType->isRecordType())
375 << CT << srcType << destType
452 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
461 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
473 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 562 milliseconds