Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp916 …eToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n"; in genVertexSource()
931 if (arrays[arrayNdx]->getAttribNdx() == 0) in genVertexSource()
988 "\tcolor = color * a_" << arrays[arrayNdx]->getAttribNdx() << ";\n"; in genVertexSource()
993 "\tcolor.rg = color.rg * a_" << arrays[arrayNdx]->getAttribNdx() << ".xy;\n"; in genVertexSource()
998 "\tcolor = color.rgb * a_" << arrays[arrayNdx]->getAttribNdx() << ".xyz;\n"; in genVertexSource()
1003 …color = color.rgb * a_" << arrays[arrayNdx]->getAttribNdx() << ".xyz * a_" << arrays[arrayNdx]->ge… in genVertexSource()
1178 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx(); in render()
1197 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx(); in render()
DglsVertexArrayTests.hpp165 virtual int getAttribNdx (void) const = 0;
188 virtual int getAttribNdx (void) const { return m_attribNdx; } in getAttribNdx() function in deqp::gls::ContextArray