/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 121 …const tcu::PixelBufferAccess& getLevel (int level) { DE_ASSERT(hasLevel(level)); return m_acc… in getLevel() function in sglr::rc::TextureLevelArray 122 …const tcu::ConstPixelBufferAccess& getLevel (int level) const { DE_ASSERT(hasLevel(level)); retu… in getLevel() function in sglr::rc::TextureLevelArray 145 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture1D 146 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture1D 171 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture2D 172 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture2D 222 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture2DArray 223 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture2DArray 248 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture3D 249 const tcu::PixelBufferAccess& getLevel (int level) { return m_levels.getLevel(level); } in getLevel() function in sglr::rc::Texture3D [all …]
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 418 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture1DView 469 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture2DView 536 const ConstPixelBufferAccess& getLevel (int ndx) const { return m_access[ndx]; } in getLevel() function in tcu::TextureLevelPyramid 537 const PixelBufferAccess& getLevel (int ndx) { return m_access[ndx]; } in getLevel() function in tcu::TextureLevelPyramid 767 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture1DArrayView 794 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture2DArrayView 951 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLev… in getLevel() function in tcu::Texture3DView 1030 …const ConstPixelBufferAccess& getLevel (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, m_numLe… in getLevel() function in tcu::TextureCubeArrayView
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowDrawable.java | 140 public int getLevel() { in getLevel() method in ShadowDrawable
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | SimpleLog.java | 264 public int getLevel() { in getLevel() method in SimpleLog
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMHelper.java | 480 public short getLevel(Node n) in getLevel() method in DOMHelper
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | TestAwContentsClient.java | 271 public int getLevel() { in getLevel() method in TestAwContentsClient.AddMessageToConsoleHelper
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTM.java | 552 public short getLevel(int nodeHandle); in getLevel() method
|
/external/clang/lib/Basic/ |
D | DiagnosticIDs.cpp | 268 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 266 public int getLevel() in getLevel() method in ElemNumber
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 1415 public int getLevel() { in getLevel() method in PropertyTable.PropertyInfo
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBase.java | 1849 public short getLevel(int nodeHandle) in getLevel() method in DTMDefaultBase
|
D | DTMDocumentImpl.java | 1742 public short getLevel(int nodeHandle) { in getLevel() method in DTMDocumentImpl
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1265 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function
|
/external/icu/icu4c/source/i18n/ |
D | rulebasedcollator.cpp | 1406 Collation::Level getLevel() const { return level; } in getLevel() function in __anone3a378560311::PartLevelCallback
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/ |
D | tree.jquery.js | 687 Node.prototype.getLevel = function() { method in Node
|