OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STAGES
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp
287
enum
STAGES
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
...]
gl4cEnhancedLayoutsTests.cpp
1060
bool checkVarying(Program& program, Shader::
STAGES
stage, const Variable& variable, std::stringstream& stream, bool is_input)
1316
bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::
STAGES
stage,
[
all
...]
Completed in 147 milliseconds