HomeSort by relevance Sort by last modified time
    Searched refs:ProgramStateCase (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 757 class ProgramStateCase : public ApiCase
760 ProgramStateCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType);
761 virtual ~ProgramStateCase (void) {}
775 ProgramStateCase::ProgramStateCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType)
783 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders)
800 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference)
824 void ProgramStateCase::test (void)
877 class ProgramStateDetachShaderCase : public ProgramStateCase
881 : ProgramStateCase (context, name, desc, shaderType
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 817 class ProgramStateCase : public ApiCase
820 ProgramStateCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType);
821 virtual ~ProgramStateCase (void) {}
835 ProgramStateCase::ProgramStateCase (Context& context, const char* name, const char* desc, glu::ShaderType shaderType)
843 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders)
860 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference)
884 void ProgramStateCase::test (void)
937 class ProgramStateDetachShaderCase : public ProgramStateCase
941 : ProgramStateCase (context, name, desc, shaderType
    [all...]

Completed in 103 milliseconds