Searched refs:maxVertexIndex (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1475 void drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex); 1654 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex) in drawTestImage() argument 1673 indices[0] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage() 1674 indices[1] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage() 1675 indices[2] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage()
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1841 void drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex); 2022 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex) in drawTestImage() argument 2041 indices[0] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage() 2042 indices[1] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage() 2043 indices[2] = (deUint16)rnd.getInt(0, maxVertexIndex); in drawTestImage()
|