Searched refs:outputTypeToGLType (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp195 static std::string outputTypeToGLType (Array::OutputType type);
H A DglsVertexArrayTests.cpp683 std::string ContextArray::outputTypeToGLType (Array::OutputType type) function in class:deqp::gls::ContextArray
916 << "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n";
H A DglsDrawTest.cpp132 static std::string outputTypeToGLType (DrawTestSpec::OutputType type) function in namespace:deqp::gls::__anon4774
1286 << "${VTX_IN} highp " << outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrayNdx << ";\n";

Completed in 44 milliseconds