Searched defs:mapOutputType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp757 static rr::GenericVecType mapOutputType (const Array::OutputType& type);
774 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType());
1065 rr::GenericVecType ContextShaderProgram::mapOutputType (const Array::OutputType& type) function in class:deqp::gls::ContextShaderProgram
1128 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType()));
H A DglsDrawTest.cpp1149 static rr::GenericVecType mapOutputType (const DrawTestSpec::OutputType& type);
1169 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType());
1452 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) function in class:deqp::gls::__anon4602::DrawTestShaderProgram
1515 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType()));

Completed in 430 milliseconds