Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp195 static std::string outputTypeToGLType (Array::OutputType type);
DglsVertexArrayTests.cpp683 std::string ContextArray::outputTypeToGLType (Array::OutputType type) in outputTypeToGLType() function in deqp::gls::ContextArray
916 …<< "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << "… in genVertexSource()
DglsDrawTest.cpp132 static std::string outputTypeToGLType (DrawTestSpec::OutputType type) in outputTypeToGLType() function
1267 …<< "${VTX_IN} highp " << outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrayNd… in genVertexSource()