Searched refs:getVariableDeclarations (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 1265 std::string getVariableDeclarations(const char* prefix, const _variables& variables,
|
D | gl4cGPUShaderFP64Tests.cpp | 9439 << getVariableDeclarations("gs", variables, "flat") << "};\n" in getFragmentShaderBody() 9619 << getVariableDeclarations("te", variables) << "} in_data[];\n" in getGeometryShaderBody() 9625 << getVariableDeclarations("gs", variables, "flat") << "};\n" in getGeometryShaderBody() 9709 << getVariableDeclarations("vs", variables) << "} in_data[];\n" in getTessellationControlShaderBody() 9714 << getVariableDeclarations("tc", variables) << "} out_data[];\n" in getTessellationControlShaderBody() 9792 << getVariableDeclarations("tc", variables) << "} in_data[];\n" in getTessellationEvaluationShaderBody() 9798 << getVariableDeclarations("te", variables) << "};\n" in getTessellationEvaluationShaderBody() 9860 std::string GPUShaderFP64Test7::getVariableDeclarations(const char* prefix, const _variables& varia… in getVariableDeclarations() function in gl4cts::GPUShaderFP64Test7 9906 << getVariableDeclarations("in_vs", variables, "in"); in getVertexShaderBody() 9912 << getVariableDeclarations("vs", variables); in getVertexShaderBody()
|