Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp757 class ProgramStateCase : public ApiCase class
760ProgramStateCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType…
761 virtual ~ProgramStateCase (void) {} in ~ProgramStateCase()
775 ProgramStateCase::ProgramStateCase (Context& context, const char* name, const char* desc, glu::Shad… in ProgramStateCase() function in deqp::gles2::Functional::ProgramStateCase
783 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) in buildProgram()
800 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference) in verify()
824 void ProgramStateCase::test (void) in test()
877 class ProgramStateDetachShaderCase : public ProgramStateCase
881 : ProgramStateCase (context, name, desc, shaderType) in ProgramStateDetachShaderCase()
899 class ProgramStateReattachShaderCase : public ProgramStateCase
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp817 class ProgramStateCase : public ApiCase class
820ProgramStateCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType…
821 virtual ~ProgramStateCase (void) {} in ~ProgramStateCase()
835 ProgramStateCase::ProgramStateCase (Context& context, const char* name, const char* desc, glu::Shad… in ProgramStateCase() function in deqp::gles3::Functional::ProgramStateCase
843 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) in buildProgram()
860 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference) in verify()
884 void ProgramStateCase::test (void) in test()
937 class ProgramStateDetachShaderCase : public ProgramStateCase
941 : ProgramStateCase (context, name, desc, shaderType) in ProgramStateDetachShaderCase()
959 class ProgramStateReattachShaderCase : public ProgramStateCase
[all …]