| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Renderbuffer.h | 56 virtual GLint getLevel() const { return 0; } in getLevel() function 86 GLint getLevel() const override { return mLevel; } in getLevel() function 137 GLint getLevel() const override { return mLevel; } in getLevel() function 164 GLint getLevel() const override { return mLevel; } in getLevel() function
|
| D | Renderbuffer.cpp | 392 GLint Renderbuffer::getLevel() const in getLevel() function in es2::Renderbuffer
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
| D | PeakDetector.h | 44 double getLevel() const { in getLevel() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineImageUtil.cpp | 1073 tcu::PixelBufferAccess TestTexture1D::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture1D 1080 const tcu::ConstPixelBufferAccess TestTexture1D::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture1D 1141 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture1DArray 1150 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture1DArray 1221 tcu::PixelBufferAccess TestTexture2D::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture2D 1228 const tcu::ConstPixelBufferAccess TestTexture2D::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture2D 1289 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture2DArray 1298 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture2DArray 1360 tcu::PixelBufferAccess TestTexture3D::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture3D 1367 const tcu::ConstPixelBufferAccess TestTexture3D::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture3D [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineImageUtil.cpp | 1063 tcu::PixelBufferAccess TestTexture1D::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture1D 1070 const tcu::ConstPixelBufferAccess TestTexture1D::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture1D 1131 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture1DArray 1140 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture1DArray 1211 tcu::PixelBufferAccess TestTexture2D::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture2D 1218 const tcu::ConstPixelBufferAccess TestTexture2D::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture2D 1279 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture2DArray 1288 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture2DArray 1350 tcu::PixelBufferAccess TestTexture3D::getLevel (int level, int layer) in getLevel() function in vkt::pipeline::TestTexture3D 1357 const tcu::ConstPixelBufferAccess TestTexture3D::getLevel (int level, int layer) const in getLevel() function in vkt::pipeline::TestTexture3D [all …]
|
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| D | sglrReferenceContext.hpp | 122 …const tcu::PixelBufferAccess& getLevel (int level) { DE_ASSERT(hasLevel(level)); return m_acc… in getLevel() function in sglr::rc::TextureLevelArray 123 …const tcu::ConstPixelBufferAccess& getLevel (int level) const { DE_ASSERT(hasLevel(level)); retu… in getLevel() function in sglr::rc::TextureLevelArray 150 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture1D 151 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture1D 176 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture2D 177 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture2D 227 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture2DArray 228 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture2DArray 253 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture3D 254 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture3D [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | BreadthFirstIterator.h | 143 unsigned getLevel() const { return Level; } in getLevel() function
|
| /third_party/googletest/googletest/src/hwext/ |
| D | gtest-ext.cc | 121 int TestDefManager::getLevel(const std::string testcasename, const std::string testname) const in getLevel() function in testing::ext::TestDefManager
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Nucleus.hpp | 84 Level getLevel() const { return level; } in getLevel() function in rr::Optimization
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTexture.hpp | 559 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture2DView 633 …const ConstPixelBufferAccess& getLevel (int levelNdx) const { DE_ASSERT(de::inBounds(levelNdx, 0… in getLevel() function in tcu::TextureLevelPyramid 634 …const PixelBufferAccess& getLevel (int levelNdx) { DE_ASSERT(de::inBounds(levelNdx, 0, getNum… in getLevel() function in tcu::TextureLevelPyramid 827 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture1DView 937 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture1DArrayView 1023 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture2DArrayView 1127 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture3DView 1212 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLe… in getLevel() function in tcu::TextureCubeArrayView
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| D | vktImageSubresourceLayoutTests.cpp | 152 const BufferLevels::Level& BufferLevels::getLevel (deUint32 level) const in getLevel() function in vkt::image::__anonb43bcb0b0111::BufferLevels
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| D | vktImageSubresourceLayoutTests.cpp | 152 const BufferLevels::Level& BufferLevels::getLevel (deUint32 level) const in getLevel() function in vkt::image::__anonc7009b2b0111::BufferLevels
|
| /third_party/skia/src/core/ |
| D | SkMipmap.cpp | 805 bool SkMipmap::getLevel(int index, Level* levelPtr) const { in getLevel() function in SkMipmap
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | rulebasedcollator.cpp | 1411 Collation::Level getLevel() const { return level; } in getLevel() function in __anon3b981afe0311::PartLevelCallback
|
| /third_party/icu/icu4c/source/i18n/ |
| D | rulebasedcollator.cpp | 1412 Collation::Level getLevel() const { return level; } in getLevel() function in __anon34b87e100311::PartLevelCallback
|
| /third_party/typescript/lib/ |
| D | tsc.js | 3709 function getLevel(envVar, level) { function
|
| D | typingsInstaller.js | 6180 function getLevel(envVar, level) { function
|