Searched refs:getDepth (Results 26 - 50 of 154) sorted by path

1234567

/external/chromium_org/third_party/skia/src/core/
H A DSkTileGrid.h45 virtual int getDepth() const SK_OVERRIDE { return -1; }
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } function in class:GrFrameBufferObj
H A DGrGLCreateDebugInterface.cpp263 if (frameBuffer->getDepth() &&
264 textures[i] == frameBuffer->getDepth()->getID()) {
348 if (frameBuffer->getDepth() &&
349 renderBuffers[i] == frameBuffer->getDepth()->getID()) {
/external/chromium_org/third_party/skia/tests/
H A DBBoxHierarchyTest.cpp123 ((expectedDepthMin <= 0) || (expectedDepthMin <= tree->getDepth())) &&
124 ((expectedDepthMax <= 0) || (expectedDepthMax >= tree->getDepth())));
137 ((expectedDepthMin <= 0) || (expectedDepthMin <= tree->getDepth())) &&
138 ((expectedDepthMax <= 0) || (expectedDepthMax >= tree->getDepth())));
151 ((expectedDepthMin < 0) || (expectedDepthMin <= tree->getDepth())) &&
152 ((expectedDepthMax < 0) || (expectedDepthMax >= tree->getDepth())));
H A DPictureTest.cpp1897 virtual int getDepth() const { return 0; } function in struct:CountingBBH
H A DRTreeTest.cpp116 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
117 expectedDepthMax >= rtree->getDepth());
127 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
128 expectedDepthMax >= rtree->getDepth());
138 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
139 expectedDepthMax >= rtree->getDepth());
H A DRecordDrawTest.cpp112 virtual int getDepth() const SK_OVERRIDE { return -1; }
/external/clang/include/clang/AST/
H A DCanonicalType.h622 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getDepth)
H A DComment.h850 unsigned getDepth() const { function in class:clang::comments::ParamCommandComment::TParamCommandComment
H A DDeclTemplate.h118 unsigned getDepth() const;
920 unsigned getDepth() const { return Depth; } function in class:clang::TemplateParameterList::TemplateParmPosition
1012 unsigned getDepth() const;
1091 using TemplateParmPosition::getDepth;
1269 using TemplateParmPosition::getDepth;
H A DType.h3518 unsigned getDepth() const { return getCanTTPTInfo().Depth; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3532 Profile(ID, getDepth(), getIndex(), isParameterPack(), getDecl());
/external/clang/include/clang/Parse/
H A DParser.h211 unsigned getDepth() const { return Depth; } function in class:clang::Parser::TemplateParameterDepthRAII
/external/clang/lib/AST/
H A DASTContext.cpp549 ID.AddInteger(Parm->getDepth());
610 TTP->getDepth(),
630 NTTP->getDepth(),
641 NTTP->getDepth(),
656 SourceLocation(), TTP->getDepth(),
H A DASTDumper.cpp2122 for (unsigned i = 0, e = C->getDepth(); i != e; ++i) {
H A DASTImporter.cpp660 if (Parm1->getDepth() != Parm2->getDepth())
3886 D->getDepth(),
3918 Loc, D->getDepth(), D->getPosition(),
3943 Loc, D->getDepth(), D->getPosition(),
H A DComment.cpp341 for (unsigned i = 0, e = getDepth(); i != e; ++i) {
H A DDeclTemplate.cpp100 unsigned TemplateParameterList::getDepth() const { function in class:TemplateParameterList
107 return TTP->getDepth();
110 return NTTP->getDepth();
112 return cast<TemplateTemplateParmDecl>(FirstParm)->getDepth();
498 unsigned TemplateTypeParmDecl::getDepth() const { function in class:TemplateTypeParmDecl
499 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth();
H A DItaniumMangle.cpp220 unsigned getDepth() const { function in class:__anon17737::CXXNameMangler::FunctionTypeDepthState
244 assert(getDepth() == saved.getDepth() + 1);
3225 assert(parmDepth < FunctionTypeDepth.getDepth());
3226 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth;
H A DStmtProfile.cpp1244 ID.AddInteger(NTTP->getDepth());
1267 ID.AddInteger(TTP->getDepth());
1275 ID.AddInteger(TTP->getDepth());
H A DTypePrinter.cpp974 OS << "type-parameter-" << T->getDepth() << '-' << T->getIndex();
/external/clang/lib/Index/
H A DCommentToXML.cpp68 if (LHS->getDepth() > 1)
70 if (RHS->getDepth() > 1)
74 if (LHS->getDepth() == 1 && RHS->getDepth() == 1)
387 if (C->getDepth() == 1)
402 if (C->getDepth() == 1)
787 if (C->isPositionValid() && C->getDepth() == 1) {
H A DUSRGeneration.cpp659 Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
714 Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp448 cast<FunctionTemplateDecl>(LM.D)->getTemplateParameters()->getDepth()
H A DParseTemplate.cpp116 if (ParseTemplateParameters(CurTemplateDepthTracker.getDepth(),
125 Actions.ActOnTemplateParameterList(CurTemplateDepthTracker.getDepth(),
1346 ->getDepth() == TemplateParameterDepth - 1) &&
H A DParser.cpp1954 if (getDepth() < MaxDepth)

Completed in 2410 milliseconds

1234567