Searched defs:highestIndex (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp722 deUint32 highestIndex = 0; // Store to highest index to calculate the vertices size local
727 highestIndex = (vertexIdx > highestIndex) ? vertexIdx : highestIndex;
732 // Fill up the vertex coordinates with zeros until the highestIndex including the vertexOffset
733 m_data.vertices = std::vector<PositionColorVertex>(m_data.params.vertexOffset + highestIndex + 1, PositionColorVertex(tcu::Vec4(0.0, 0.0, 0.0, 0.0), tcu::Vec4(0.0, 0.0, 0.0, 0.0)));
1005 deUint32 highestIndex = 0; local
1015 highestIndex = (maxIndex > highestIndex) ? maxIndex : highestIndex;
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 153 milliseconds