Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp853 << "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n"; in genVertexSource()
868 if (arrays[arrayNdx]->getAttribNdx() == 0) in genVertexSource()
925 "\tcolor = color * a_" << arrays[arrayNdx]->getAttribNdx() << ";\n"; in genVertexSource()
930 "\tcolor.rg = color.rg * a_" << arrays[arrayNdx]->getAttribNdx() << ".xy;\n"; in genVertexSource()
935 "\tcolor = color.rgb * a_" << arrays[arrayNdx]->getAttribNdx() << ".xyz;\n"; in genVertexSource()
940 "\tcolor = color.rgb * a_" << arrays[arrayNdx]->getAttribNdx() << ".xyz * a_" << arrays[arrayNdx]->getAttribNdx() << ".w;\n"; in genVertexSource()
1115 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx(); in render()
1134 attribName << "a_" << m_arrays[arrayNdx]->getAttribNdx(); in render()
H A DglsVertexArrayTests.hpp165 virtual int getAttribNdx (void) const = 0;
188 virtual int getAttribNdx (void) const { return m_attribNdx; } in getAttribNdx() function in deqp::gls::ContextArray

Completed in 5 milliseconds