Home
last modified time | relevance | path

Searched defs:getLevels (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h153 virtual unsigned getLevels() const { return 0; } in getLevels() function
234 unsigned getLevels() const override { return Levels; } in getLevels() function
/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp535 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DView
607 const ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid
608 const PixelBufferAccess* getLevels (void) { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid
796 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DView
904 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DArrayView
988 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DArrayView
1090 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture3DView
1170 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::TextureCubeArrayView
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiLine.java250 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
DBidi.java4763 public byte[] getLevels() in getLevels() method in Bidi
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiLine.java249 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
DBidi.java4821 public byte[] getLevels() in getLevels() method in Bidi
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.hpp125 …const tcu::ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; … in getLevels() function in sglr::rc::TextureLevelArray