/external/skia/bench/ |
D | PictureNestingBench.cpp | 19 PictureNesting(const char* name, int maxLevel, int maxPictureLevel) in PictureNesting() 110 PictureNestingRecording(int maxLevel, int maxPictureLevel) in PictureNestingRecording() 137 PictureNestingPlayback(int maxLevel, int maxPictureLevel) in PictureNestingPlayback()
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2RegionCoverer.java | 74 private int maxLevel; field in S2RegionCoverer 176 public void setMaxLevel(int maxLevel) { in setMaxLevel() 185 public int maxLevel() { in maxLevel() method in S2RegionCoverer
|
/external/icu/icu4c/source/common/ |
D | ubidiln.cpp | 437 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) { in reorderLine() 600 UBiDiLevel minLevel=UBIDI_MAX_EXPLICIT_LEVEL+1, maxLevel=0; in ubidi_getRuns() local 714 UBiDiLevel level, minLevel, maxLevel; in prepareReorder() local 752 UBiDiLevel minLevel = 0, maxLevel = 0; in ubidi_reorderLogical() local 815 UBiDiLevel minLevel = 0, maxLevel = 0; in ubidi_reorderVisual() local
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 844 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid() local 862 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isTexCompareResultValid() local 1443 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid() local 1461 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isTexCompareResultValid() local 1517 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid() local 1535 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isTexCompareResultValid() local 1589 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid() local 1607 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isTexCompareResultValid() local 1668 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid() local 1686 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isTexCompareResultValid() local [all …]
|
D | tcuTexture.cpp | 2511 int maxLevel = (int)numLevels-1; in sampleLevelArray1DOffset() local 2521 int maxLevel = (int)numLevels-1; in sampleLevelArray1DOffset() local 2569 const int maxLevel = (int)numLevels - 1; in sampleLevelArray2DOffset() local 2589 int maxLevel = (int)numLevels-1; in sampleLevelArray2DOffset() local 2612 int maxLevel = (int)numLevels-1; in sampleLevelArray2DOffset() local 2662 const int maxLevel = (int)numLevels - 1; in sampleLevelArray3DOffset() local 2681 int maxLevel = (int)numLevels-1; in sampleLevelArray3DOffset() local 2694 int maxLevel = (int)numLevels-1; in sampleLevelArray3DOffset() local 2724 int maxLevel = (int)numLevels-1; in sampleLevelArray1DCompare() local 2734 int maxLevel = (int)numLevels-1; in sampleLevelArray1DCompare() local [all …]
|
D | tcuTexLookupVerifier.cpp | 1416 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local 1434 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isLookupResultValid() local 1481 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local 1499 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isLookupResultValid() local 1792 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local 1816 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isLookupResultValid() local 1885 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local 1903 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isLookupResultValid() local 1955 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local 1973 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isLookupResultValid() local [all …]
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 153 const GLuint maxLevel = texObj->MaxLevel; in _mesa_meta_GenerateMipmap() local
|
/external/angle/src/libANGLE/ |
D | Texture.cpp | 220 bool TextureState::setMaxLevel(GLuint maxLevel) in setMaxLevel() 495 const GLuint maxLevel = getMipmapMaxLevel(); in computeMipmapCompleteness() local 589 const GLuint maxLevel = std::min(getEffectiveMaxLevel(), getMipmapMaxLevel()); in getEnabledLevelCount() local 714 GLuint maxLevel, in setImageDescChain() 1051 void Texture::setMaxLevel(const Context *context, GLuint maxLevel) in setMaxLevel() 1744 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap() local
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 158 int maxLevel; member
|
D | gluTextureTestUtil.cpp | 103 static tcu::Texture1DView getSubView (const tcu::Texture1DView& view, int baseLevel, int maxLevel, … in getSubView() 111 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel, … in getSubView() 119 …CubeView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLevel, tcu::ImageView… in getSubView() 132 static tcu::Texture3DView getSubView (const tcu::Texture3DView& view, int baseLevel, int maxLevel, … in getSubView() 140 …iew getSubView (const tcu::TextureCubeArrayView& view, int baseLevel, int maxLevel, tcu::ImageView… in getSubView()
|
/external/webrtc/modules/audio_processing/agc/legacy/ |
D | analog_agc.h | 100 int32_t maxLevel; // Max possible vol level, incl dig gain member
|
D | analog_agc.cc | 1098 int32_t maxLevel, in WebRtcAgc_Init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 206 ASTCSupportLevel maxLevel = ASTCSUPPORTLEVEL_NONE; in getASTCSupportLevel() local
|
D | es3fTextureMipmapTests.cpp | 1701 const int maxLevel = (deInt32Hash(cellNdx) ^ deStringHash(getName()) ^ 0x82cfa4e) % numLevels; in getMaxLevel() local 2016 const int maxLevel = (deInt32Hash(cellNdx) ^ deStringHash(getName()) ^ 0x974e21) % numLevels; in getMaxLevel() local 2333 const int maxLevel = (deInt32Hash(cellNdx) ^ deStringHash(getName()) ^ 0x9111e7) % numLevels; in getMaxLevel() local
|
D | es3fTextureUnitTests.cpp | 593 …const deInt32 maxLevel = (lodMax + epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMax + epsilon + … in makeSafeLods() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BidiLine.java | 364 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) { in reorderLine()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiLine.java | 363 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) { in reorderLine()
|
/external/mesa3d/src/mesa/main/ |
D | mipmap.c | 1911 unsigned baseLevel, unsigned maxLevel) in _mesa_prepare_mipmap_levels() 1949 GLuint maxLevel) in generate_mipmap_uncompressed() 2069 GLuint maxLevel) in generate_mipmap_compressed() 2237 GLint maxLevel; in _mesa_generate_mipmap() local
|
D | texobj.c | 814 const GLint maxLevel = t->_MaxLevel; in _mesa_test_texobj_completeness() local
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 446 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap() local 477 const GLuint maxLevel) in generateMipmapUsingImages() 1404 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local 2117 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local 2806 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local 3539 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local
|
/external/angle/src/libANGLE/renderer/gl/ |
D | TextureGL.cpp | 1356 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap() local 1671 angle::Result TextureGL::setMaxLevel(const gl::Context *context, GLuint maxLevel) in setMaxLevel()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 437 …const deInt32 maxLevel = (lodMax + epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMax + epsilon + … in makeSafeLods() local
|
/external/angle/src/tests/gl_tests/ |
D | MipmapTest.cpp | 885 int maxLevel = 1 + static_cast<int>(floor(log2(std::max(getWindowWidth(), getWindowHeight())))); in TEST_P() local
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 1206 …const int maxLevel = (deInt32Hash(cellNdx) ^ deStringHash(m_testParam.minFilterName) ^ 0x82cfa4e) … in getMaxLevel() local 1479 …const int maxLevel = (deInt32Hash(cellNdx) ^ deStringHash(m_testParam.minFilterName) ^ 0x974e21) %… in getMaxLevel() local 1762 …const int maxLevel = (deInt32Hash(cellNdx) ^ deStringHash(m_testParam.minFilterName) ^ 0x9111e7) %… in getMaxLevel() local
|
D | vktTextureTestUtil.cpp | 453 void TextureBinding::updateTextureViewMipLevels (deUint32 baseLevel, deUint32 maxLevel, float image… in updateTextureViewMipLevels()
|