Home
last modified time | relevance | path

Searched refs:STAGES (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp290 enum STAGES enum in gl4cts::EnhancedLayouts::Utils::Shader
308 InvalidSourceException(const glw::GLchar* error_message, const std::string& source, STAGES stage);
320 STAGES m_stage;
329 void Init(STAGES stage, const std::string& source);
336 static void Create(const glw::Functions& gl, STAGES stage, glw::GLuint& out_id);
341 static glw::GLenum GetShaderStageGLenum(STAGES stage);
344 static const glw::GLchar* GetStageName(STAGES stage);
347 static void LogSource(deqp::Context& context, const std::string& source, STAGES stage);
492 static FLAVOUR GetFlavour(Shader::STAGES stage, VARYING_DIRECTION direction);
581 ShaderInterface(Shader::STAGES stage);
[all …]
Dgl4cEnhancedLayoutsTests.cpp1117 bool checkVarying(Program& program, Shader::STAGES stage, const Variable& variable, std::stringstre… in checkVarying()
1373 …gramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::STAGES stage, in checkProgramStage()
1495 Utils::Shader::STAGES stage, std::stringstream& stream) in checkSeparableDrawProgramInterface()
2319 void Shader::Init(STAGES stage, const std::string& source) in Init()
2404 void Shader::Create(const Functions& gl, STAGES stage, GLuint& out_id) in Create()
2438 GLenum Shader::GetShaderStageGLenum(STAGES stage) in GetShaderStageGLenum()
2475 const glw::GLchar* Shader::GetStageName(STAGES stage) in GetStageName()
2512 void Shader::LogSource(deqp::Context& context, const std::string& source, STAGES stage) in LogSource()
2548 STAGES stage) in InvalidSourceException()
3967 Variable::FLAVOUR Variable::GetFlavour(Shader::STAGES stage, VARYING_DIRECTION direction) in GetFlavour()
[all …]