Searched refs:STAGES (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 287 enum STAGES enum in gl4cts::EnhancedLayouts::Utils::Shader 305 InvalidSourceException(const glw::GLchar* error_message, const std::string& source, STAGES stage); 317 STAGES m_stage; 326 void Init(STAGES stage, const std::string& source); 333 static void Create(const glw::Functions& gl, STAGES stage, glw::GLuint& out_id); 338 static glw::GLenum GetShaderStageGLenum(STAGES stage); 341 static const glw::GLchar* GetStageName(STAGES stage); 344 static void LogSource(deqp::Context& context, const std::string& source, STAGES stage); 489 static FLAVOUR GetFlavour(Shader::STAGES stage, VARYING_DIRECTION direction); 578 ShaderInterface(Shader::STAGES stage); [all …]
|
D | gl4cEnhancedLayoutsTests.cpp | 1060 bool checkVarying(Program& program, Shader::STAGES stage, const Variable& variable, std::stringstre… in checkVarying() 1316 …gramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::STAGES stage, in checkProgramStage() 1438 Utils::Shader::STAGES stage, std::stringstream& stream) in checkSeparableDrawProgramInterface() 2262 void Shader::Init(STAGES stage, const std::string& source) in Init() 2347 void Shader::Create(const Functions& gl, STAGES stage, GLuint& out_id) in Create() 2381 GLenum Shader::GetShaderStageGLenum(STAGES stage) in GetShaderStageGLenum() 2418 const glw::GLchar* Shader::GetStageName(STAGES stage) in GetStageName() 2455 void Shader::LogSource(deqp::Context& context, const std::string& source, STAGES stage) in LogSource() 2491 STAGES stage) in InvalidSourceException() 3910 Variable::FLAVOUR Variable::GetFlavour(Shader::STAGES stage, VARYING_DIRECTION direction) in GetFlavour() [all …]
|