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

123

/external/skia/tools/gpu/gl/debug/
H A DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } function in class:GrFrameBufferObj
/external/skqp/tools/gpu/gl/debug/
H A DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } function in class:GrFrameBufferObj
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DNDC.java34 int depth = getDepth();
54 public static int getDepth() { method in class:NDC
68 int next = getDepth();
80 int next = getDepth();
91 int next = getDepth();
/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/skia/src/core/
H A DSkRTree.h50 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; } function in class:SkRTree
/external/skqp/src/core/
H A DSkRTree.h50 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; } function in class:SkRTree
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h56 size_t getDepth() const { return Depth; } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java57 public int getDepth() method in class:PKIXPolicyNode
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.hpp49 inline glw::GLuint getDepth() const function in class:glcts::CubeMapArrayDataStorage
/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/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.h55 virtual GLsizei getDepth() const { return 1; } function in class:es2::RenderbufferInterface
136 GLsizei getDepth() const override;
225 GLsizei getDepth() const;
H A DRenderbuffer.cpp253 GLsizei RenderbufferTexture3D::getDepth() const function in class:es2::RenderbufferTexture3D
255 return mTexture3D->getDepth(mTexture3D->getTarget(), mLevel);
389 GLsizei Renderbuffer::getDepth() const function in class:es2::Renderbuffer
391 return mInstance->getDepth();
493 mSamples = renderTarget->getDepth() & ~1;
571 mSamples = depthStencil->getDepth() & ~1;
H A DTexture.cpp319 GLsizei Texture::getDepth(GLenum target, GLint level) const function in class:es2::Texture
340 GLsizei depth = (getTarget() == GL_TEXTURE_3D_OES || getTarget() == GL_TEXTURE_2D_ARRAY) ? image->getDepth() : 1;
349 GLsizei depth = (getTarget() == GL_TEXTURE_3D_OES || getTarget() == GL_TEXTURE_2D_ARRAY) ? image->getDepth() : 1;
1498 GLsizei Texture3D::getDepth(GLenum target, GLint level) const
1501 return image[level] ? image[level]->getDepth() : 0;
1615 if(xoffset + width > image[level]->getWidth() || yoffset + height > image[level]->getHeight() || zoffset >= image[level]->getDepth())
1661 GLsizei depth = image[mBaseLevel]->getDepth();
1689 GLsizei depth = image[mBaseLevel]->getDepth();
1721 if(image[level]->getDepth() != levelDepth)
1744 int maxsize = std::max(std::max(image[mBaseLevel]->getWidth(), image[mBaseLevel]->getHeight()), image[mBaseLevel]->getDepth());
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.hpp122 int getDepth (void) const { return m_depth; } function in class:tcu::CompressedTexture
/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/swiftshader/src/OpenGL/common/
H A DImage.hpp158 int getDepth() const function in class:egl::Image
/external/llvm/include/llvm/IR/
H A DLegacyPassManagers.h373 unsigned getDepth() const { return Depth; } function in class:llvm::PMDataManager
/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp65 unsigned getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs,
125 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, function in class:MachineCombiner
254 unsigned NewRootDepth = getDepth(InsInstrs, InstrIdxForVirtReg, BlockTrace);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DPassManagers.h335 unsigned getDepth() const { return Depth; } function in class:llvm::PMDataManager
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h371 unsigned short &getDepth() { function in class:clang::BalancedDelimiterTracker
417 if (getDepth() < P.getLangOpts().BracketDepth) {
/external/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h430 unsigned RegionBase<Tr>::getDepth() const { function in class:llvm::RegionBase
511 print(dbgs(), true, getDepth(), RegionInfoBase<Tr>::printStyle);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
H A DXmlResourceParserImpl.java161 public int getDepth() { method in class:XmlResourceParserImpl
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DRegionInfo.cpp374 unsigned Region::getDepth() const { function in class:Region
449 print(dbgs(), true, getDepth(), printStyle.getValue());
/external/clang/lib/AST/
H A DDeclTemplate.cpp94 unsigned TemplateParameterList::getDepth() const { function in class:TemplateParameterList
101 return TTP->getDepth();
104 return NTTP->getDepth();
106 return cast<TemplateTemplateParmDecl>(FirstParm)->getDepth();
504 unsigned TemplateTypeParmDecl::getDepth() const { function in class:TemplateTypeParmDecl
505 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth();

Completed in 927 milliseconds

123