Home
last modified time | relevance | path

Searched defs:getLevel (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp121 …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/
DtcuTexture.hpp418 …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/
DShadowDrawable.java140 public int getLevel() { in getLevel() method in ShadowDrawable
/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java264 public int getLevel() { in getLevel() method in SimpleLog
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java480 public short getLevel(Node n) in getLevel() method in DOMHelper
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DTestAwContentsClient.java271 public int getLevel() { in getLevel() method in TestAwContentsClient.AddMessageToConsoleHelper
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java552 public short getLevel(int nodeHandle); in getLevel() method
/external/clang/lib/Basic/
DDiagnosticIDs.cpp268 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java266 public int getLevel() in getLevel() method in ElemNumber
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java1415 public int getLevel() { in getLevel() method in PropertyTable.PropertyInfo
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1849 public short getLevel(int nodeHandle) in getLevel() method in DTMDefaultBase
DDTMDocumentImpl.java1742 public short getLevel(int nodeHandle) { in getLevel() method in DTMDocumentImpl
/external/clang/include/clang/Basic/
DDiagnostic.h1265 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp1406 Collation::Level getLevel() const { return level; } in getLevel() function in __anone3a378560311::PartLevelCallback
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
Dtree.jquery.js687 Node.prototype.getLevel = function() { method in Node