Searched defs:maxLayer (Results  1 – 8 of 8) sorted by relevance
| /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()  local354     public final int maxLayer;  field in SefSlowMotionFlattener.SegmentInfo
 365       int maxLayer = normalSpeedMaxLayer;  in getSlowMotionMaxLayer()  local
 
 | 
| /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()  local354     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()
 339 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 | 1103 	const int	maxLayer	= de::clamp(deFloorFloatToInt32(maxZ + 0.5f), 0, texture.getNumLayers() - 1);  in isCubeLevelCompareResultValid()  local1155 	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/ | 
| D | vktTextureShadowTests.cpp | 814 		const float	maxLayer	= (float)m_testParameters.numLayers;  in Texture2DArrayShadowTestInstance()  local1265 		const float	maxLayer	= (float)m_testParameters.numLayers;  in Texture1DArrayShadowTestInstance()  local
 1538 		const float				maxLayer	= (float)m_testParameters.numLayers;  in iterate()  local
 
 | 
| /external/deqp/modules/gles3/functional/ | 
| D | es3fTextureShadowTests.cpp | 851 		const float	maxLayer	= (float)m_numLayers;  in init()  local
 | 
| /external/swiftshader/src/Pipeline/ | 
| D | SamplerCore.cpp | 2561 	Int4 maxLayer = layers - Int4(1);  in computeLayerIndex()  local
 |