Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.hpp195 static std::string outputTypeToGLType (Array::OutputType type);
H A DglsVertexArrayTests.cpp620 std::string ContextArray::outputTypeToGLType (Array::OutputType type) in outputTypeToGLType() function in deqp::gls::ContextArray
853 << "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n"; in genVertexSource()
H A DglsDrawTest.cpp134 static std::string outputTypeToGLType (DrawTestSpec::OutputType type) in outputTypeToGLType() function
1287 << "${VTX_IN} highp " << outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrayNdx << ";\n"; in genVertexSource()

Completed in 11 milliseconds