Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp757 static rr::GenericVecType mapOutputType (const Array::OutputType& type);
774 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()
1065 rr::GenericVecType ContextShaderProgram::mapOutputType (const Array::OutputType& type) in mapOutputType() function in deqp::gls::ContextShaderProgram
1128 …decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arra… in createProgramDeclaration()
DglsDrawTest.cpp1131 static rr::GenericVecType mapOutputType (const DrawTestSpec::OutputType& type);
1151 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1434 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType() function in deqp::gls::__anon43398ad90111::DrawTestShaderProgram
1497 …decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arra… in createProgramDeclaration()