Searched refs:m_colors (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 715 vector<tcu::Vec4> m_colors; member in deqp::gles3::Functional::VertexIDCase 795 m_colors.resize(numVertices); in init() 796 m_colors[ 0] = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in init() 797 m_colors[ 1] = tcu::Vec4(0.5f, 1.0f, 0.5f, 1.0f); in init() 798 m_colors[ 2] = tcu::Vec4(0.0f, 0.5f, 1.0f, 1.0f); in init() 799 m_colors[ 3] = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in init() 800 m_colors[ 4] = tcu::Vec4(0.0f, 1.0f, 1.0f, 1.0f); in init() 801 m_colors[ 5] = tcu::Vec4(0.5f, 0.0f, 0.0f, 1.0f); in init() 802 m_colors[ 6] = tcu::Vec4(0.5f, 0.0f, 1.0f, 1.0f); in init() 803 m_colors[ 7] = tcu::Vec4(0.5f, 0.0f, 0.5f, 1.0f); in init() [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-invalid.cpp | 37 const ColorT& color(unsigned i) const { return *m_colors[i]; }
|