Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp1123 class ProgramBinaryCase : public TestCase, protected glu::CallLogWrapper class
1126 ProgramBinaryCase(Context &context, const char *name, const char *desc);
1127 virtual ~ProgramBinaryCase(void);
1146 ProgramBinaryCase::ProgramBinaryCase(Context &context, const char *name, const char *desc) in ProgramBinaryCase() function in deqp::gles3::Functional::ProgramBinaryCase
1152 ProgramBinaryCase::~ProgramBinaryCase(void) in ~ProgramBinaryCase()
1156 void ProgramBinaryCase::getBinaryFormats(std::vector<GLenum> &out) in getBinaryFormats()
1171 bool ProgramBinaryCase::isFormatSupported(const glw::GLenum format) const in isFormatSupported()
1176 void ProgramBinaryCase::getProgramBinary(ProgramBinary &out, GLuint program) in getProgramBinary()
1197 void ProgramBinaryCase::loadProgramBinary(ProgramBinary &binary, GLuint program) in loadProgramBinary()
1203 void ProgramBinaryCase::verifyProgramBinary(ProgramBinary &binary) in verifyProgramBinary()
[all …]
H A Des3fShaderStateQueryTests.cpp1823 class ProgramBinaryCase : public ApiCase class
1826ProgramBinaryCase(Context &context, const char *name, const char *description) : ApiCase(context, … in ProgramBinaryCase() function in deqp::gles3::Functional::__anonb73fdfba0111::ProgramBinaryCase
3632 addChild(new ProgramBinaryCase(m_context, "program_binary", in init()