Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp1664 std::vector<Vec4> m_expectedColors; member in deqp::gles31::Functional::__anon58470bf00111::UBOBindingRenderCase
1694 m_expectedColors.push_back(getRandomColor(rnd)); in init()
1695 m_expectedColors.push_back(getRandomColor(rnd)); in init()
1701 gl.bufferData(GL_UNIFORM_BUFFER, 2*sizeof(Vec4), &(m_expectedColors[2*bufNdx]), GL_STATIC_DRAW); in init()
1756 if (!drawAndVerifyResult(m_expectedColors[arrayNdx])) in iterate()
1933 std::vector<Vec4> m_expectedColors; member in deqp::gles31::Functional::__anon58470bf00111::SSBOBindingRenderCase
1963 m_expectedColors.push_back(getRandomColor(rnd)); in init()
1964 m_expectedColors.push_back(getRandomColor(rnd)); in init()
1970 …gl.bufferData(GL_SHADER_STORAGE_BUFFER, 2*sizeof(Vec4), &(m_expectedColors[2*bufNdx]), GL_STATIC_D… in init()
2025 if (!drawAndVerifyResult(m_expectedColors[arrayNdx])) in iterate()