Home
last modified time | relevance | path

Searched refs:vertexC (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/
DProvokingVertexTest.cpp283 GLint vertexC = indexData[triOffsets[triIndex] + 2]; in TEST_P() local
286 positionData[vertexA * 2] + positionData[vertexB * 2] + positionData[vertexC * 2]; in TEST_P()
288 positionData[vertexC * 2 + 1]; in TEST_P()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp133 …DrawParams (const vk::VkPrimitiveTopology top, const deUint32 vertexC, const deUint32 instanceC, c… in DrawParams()
136 params.vertexCount = vertexC; in DrawParams()
168 …void addCommand (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const de… in addCommand()
171 cmd.vertexCount = vertexC; in addCommand()