RetroArch
Namespaces | Functions
TestFixture.cpp File Reference
#include "TestFixture.h"
Include dependency graph for TestFixture.cpp:

Namespaces

 glslangtest
 

Functions

std::string glslangtest::FileNameAsCustomTestSuffix (const ::testing::TestParamInfo< std::string > &info)
 
EShLanguage glslangtest::GetShaderStage (const std::string &stage)
 
EShMessages glslangtest::DeriveOptions (Source source, Semantics semantics, Target target)
 
std::pair< bool, std::stringglslangtest::ReadFile (const std::string &path)
 
std::pair< bool, std::vector< std::uint32_t > > glslangtest::ReadSpvBinaryFile (const std::string &path)
 
bool glslangtest::WriteFile (const std::string &path, const std::string &contents)
 
std::string glslangtest::GetSuffix (const std::string &name)