Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp419 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DView
470 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DView
539 const ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid
540 const PixelBufferAccess* getLevels (void) { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid
768 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DArrayView
795 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DArrayView
952 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture3DView
1031 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::TextureCubeArrayView
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h149 virtual unsigned getLevels() const { return 0; } in getLevels() function
243 unsigned getLevels() const override { return Levels; } in getLevels() function
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp124 const tcu::ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; } in getLevels() function in sglr::rc::TextureLevelArray