Searched defs:getDepth (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } function in class:GrFrameBufferObj
/external/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } function in class:GrFrameBufferObj
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage.h36 GLsizei getDepth() const { return mDepth; } function in class:rx::Image
H A DRenderTarget.h35 GLsizei getDepth() const { return mDepth; } function in class:rx::RenderTarget
/external/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h55 size_t getDepth() const { return Depth; } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
H A DScheduleDAG.h415 /// getDepth - Return the depth of this node, which is the length of the
417 unsigned getDepth() const { function
443 /// getDepth() is called.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java57 public int getDepth() method in class:PKIXPolicyNode
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java102 public int getDepth() { method in class:VisualSampleEntry
206 IsoTypeWriter.writeUInt16(byteBuffer, getDepth());
/external/skia/src/core/
H A DSkQuadTree.cpp146 int SkQuadTree::getDepth(Node* node) const { function in class:SkQuadTree
150 maxDepth = SkMax32(maxDepth, getDepth(node->fChildren[index]));
190 int SkQuadTree::getDepth() const { function in class:SkQuadTree
191 return this->getDepth(fRoot);
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java108 public int getDepth() method in class:ReportProperties.ParsedProperties
318 (result.getDepth () == IItemMetadata.TYPE_ID_CLASS))
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraph.h200 int getDepth() const { return mDepth; } function in class:TDependencyGraphTraverser
/external/llvm/include/llvm/IR/
H A DLegacyPassManagers.h335 unsigned getDepth() const { return Depth; } function in class:llvm::PMDataManager
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.cpp105 return (baseImage ? baseImage->getDepth() : 0);
712 GLsizei Texture3D::getDepth(GLint level) const function in class:gl::Texture3D
714 return (level < IMPLEMENTATION_MAX_TEXTURE_LEVELS) ? mTexture->getImage(level, 0)->getDepth() : 0;
843 if (levelImage->getDepth() != std::max(1, depth >> level))
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h365 unsigned short &getDepth() { function in class:clang::BalancedDelimiterTracker
411 if (getDepth() < P.getLangOpts().BracketDepth) {
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp390 unsigned Region::getDepth() const { function in class:Region
466 print(dbgs(), true, getDepth(), printStyle.getValue());
/external/clang/lib/AST/
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;
/external/chromium_org/third_party/skia/tests/
H A DPictureTest.cpp1897 virtual int getDepth() const { return 0; } function in struct:CountingBBH
/external/clang/include/clang/AST/
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/deqp/framework/common/
H A DtcuTexture.hpp254 int getDepth (void) const { return m_depth; } function in class:tcu::ConstPixelBufferAccess
337 int getDepth (void) const { return m_depth; } function in class:tcu::TextureLevel
792 int getNumLayers (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; }
949 int getDepth (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } function in class:tcu::Texture3DView
984 int getDepth (void) const { return m_depth; } function in class:tcu::Texture3D
1027 int getDepth (void) const { return m_numLevels > 0 ? m_levels[0].getDepth() : 0; } function in class:tcu::TextureCubeArrayView
1028 int getNumLayers (void) const { return getDepth() / 6; }
1056 int getDepth (voi function in class:tcu::TextureCubeArray
[all...]
/external/clang/include/clang/Parse/
H A DParser.h211 unsigned getDepth() const { return Depth; } function in class:clang::Parser::TemplateParameterDepthRAII
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 939 milliseconds

12