Home
last modified time | relevance | path

Searched defs:maxLayer (Results 1 – 8 of 8) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DSefSlowMotionFlattener.java185 int maxLayer = currentSegmentInfo != null ? currentSegmentInfo.maxLayer : normalSpeedMaxLayer; in processCurrentFrame() local
354 public final int maxLayer; field in SefSlowMotionFlattener.SegmentInfo
365 int maxLayer = normalSpeedMaxLayer; in getSlowMotionMaxLayer() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DSefSlowMotionFlattener.java185 int maxLayer = currentSegmentInfo != null ? currentSegmentInfo.maxLayer : normalSpeedMaxLayer; in processCurrentFrame() local
354 public final int maxLayer; field in SefSlowMotionFlattener.SegmentInfo
365 int maxLayer = normalSpeedMaxLayer; in getSlowMotionMaxLayer() local
/external/angle/src/libANGLE/
DImageIndex.cpp273 GLint maxLayer) in Make3D()
306 GLint maxLayer) in MakeGeneric()
327 GLint ImageIndexIterator::maxLayer() const in maxLayer() function in gl::ImageIndexIterator
DImageIndexIterator_unittest.cpp21 static const GLint maxLayer = 3; variable
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp1103 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isCubeLevelCompareResultValid() local
1155 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isCubeMipmapLinearCompareResultValid() local
1488 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid() local
1639 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isTexCompareResultValid() local
1858 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers()-1); in isGatherOffsetsCompareResultValid() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp767 const float maxLayer = (float)m_testParameters.numLayers; in Texture2DArrayShadowTestInstance() local
1196 const float maxLayer = (float)m_testParameters.numLayers; in Texture1DArrayShadowTestInstance() local
1456 const float maxLayer = (float)m_testParameters.numLayers; in iterate() local
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp851 const float maxLayer = (float)m_numLayers; in init() local
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2532 Int4 maxLayer = layers - Int4(1); in computeLayerIndex() local