Home
last modified time | relevance | path

Searched refs:setDepth (Results 1 – 23 of 23) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java101 public void setDepth (final int depth) in setDepth() method in ReportProperties.ParsedProperties
302 result.setDepth (AllItem.getTypeMetadata ().getTypeID ()); in parseProperties()
304 result.setDepth (PackageItem.getTypeMetadata ().getTypeID ()); in parseProperties()
306 result.setDepth (SrcFileItem.getTypeMetadata ().getTypeID ()); in parseProperties()
308 result.setDepth (ClassItem.getTypeMetadata ().getTypeID ()); in parseProperties()
310 result.setDepth (MethodItem.getTypeMetadata ().getTypeID ()); in parseProperties()
320 result.setDepth (IItemMetadata.TYPE_ID_SRCFILE); in parseProperties()
/external/emma/ant/ant14/com/vladium/emma/report/
DreportTask.java131 public void setDepth (final DepthAttribute depth) in setDepth() method in reportTask
133 m_reportCfg.setDepth (depth); in setDepth()
DReportCfg.java60 public void setDepth (final DepthAttribute depth) in setDepth() method in ReportCfg.Element
355 public void setDepth (final DepthAttribute depth) in setDepth() method in ReportCfg
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java498 public final void setDepth (final DepthAttribute depth) in setDepth() method in emmajavaTask
500 m_reportCfg.setDepth (depth); in setDepth()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DVisualSampleEntry.java130 public void setDepth(int depth) { in setDepth() method in VisualSampleEntry
/external/swiftshader/third_party/LLVM/include/llvm/
DPassManagers.h336 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.hpp165 void setDepth (float r);
Des3fFboTestUtil.cpp708 void Texture3DShader::setDepth (float depth) in setDepth() function in deqp::gles3::Functional::FboTestUtil::Texture3DShader
Des3fFboColorbufferTests.cpp707 tdTexShader.setDepth(float(layer) / float(m_texSize.z()-1)); in render()
Des3fTextureSpecificationTests.cpp598 shader.setDepth(((float)depth + 0.5f) / (float)levelD); in verifyTexture()
/external/llvm/include/llvm/IR/
DLegacyPassManagers.h374 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLegacyPassManagers.h374 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java98 visualSampleEntry.setDepth(24); in parse()
/external/llvm/lib/IR/
DLegacyPassManager.cpp1794 PM->setDepth(this->top()->getDepth()+1); in push()
1799 PM->setDepth(1); in push()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLegacyPassManager.cpp1869 PM->setDepth(this->top()->getDepth()+1); in push()
1874 PM->setDepth(1); in push()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassManager.cpp1775 PM->setDepth(this->top()->getDepth()+1); in push()
1781 PM->setDepth(1); in push()
/external/clang/include/clang/AST/
DDeclTemplate.h1021 void setDepth(unsigned D) { Depth = D; }
1207 using TemplateParmPosition::setDepth;
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h603 bool setDepth(TLayoutDepth d) in setDepth() function
DParseHelper.cpp4001 if (! intermediate.setDepth(publicType.layoutDepth)) in redeclareBuiltinVariable()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2178 D->setDepth(Record[Idx++]); in VisitNonTypeTemplateParmDecl()
2198 D->setDepth(Record[Idx++]); in VisitTemplateTemplateParmDecl()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9353 intermediate.setDepth(EldAny); in correctOutput()
9357 intermediate.setDepth(EldGreater); in correctOutput()
9362 intermediate.setDepth(EldLess); in correctOutput()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp19033 Extent3D & setDepth( uint32_t depth_ ) in setDepth() function
20296 ClearDepthStencilValue & setDepth( float depth_ ) in setDepth() function
/external/swiftshader/include/vulkan/
Dvulkan.hpp5320 Extent3D& setDepth( uint32_t depth_ ) in setDepth() function
6143 ClearDepthStencilValue& setDepth( float depth_ ) in setDepth() function