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/ |
D | SefSlowMotionFlattener.java | 185 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/ |
D | SefSlowMotionFlattener.java | 185 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/ |
D | ImageIndex.cpp | 278 GLint maxLayer) in Make3D() 318 GLint maxLayer) in MakeGeneric() 340 GLint ImageIndexIterator::maxLayer() const in maxLayer() function in gl::ImageIndexIterator
|
D | ImageIndexIterator_unittest.cpp | 21 static const GLint maxLayer = 3; variable
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 1050 … const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isCubeLevelCompareResultValid() local 1096 … const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isCubeMipmapLinearCompareResultValid() local 1410 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isTexCompareResultValid() local 1562 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isTexCompareResultValid() local 1786 const int maxLayer = de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1); in isGatherOffsetsCompareResultValid() local
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 864 const float maxLayer = (float)m_testParameters.numLayers; in Texture2DArrayShadowTestInstance() local 1359 const float maxLayer = (float)m_testParameters.numLayers; in Texture1DArrayShadowTestInstance() local 1644 const float maxLayer = (float)m_testParameters.numLayers; in iterate() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureShadowTests.cpp | 896 const float maxLayer = (float)m_numLayers; in init() local
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 2645 Int4 maxLayer = layers - Int4(1); in computeLayerIndex() local
|