Searched refs:ProgramBinaryCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 1099 class ProgramBinaryCase : public TestCase, protected glu::CallLogWrapper class 1102 ProgramBinaryCase (Context& context, const char* name, const char* desc); 1103 virtual ~ProgramBinaryCase (void); 1122 ProgramBinaryCase::ProgramBinaryCase (Context& context, const char* name, const char* desc) in ProgramBinaryCase() function in deqp::gles3::Functional::ProgramBinaryCase 1128 ProgramBinaryCase::~ProgramBinaryCase (void) in ~ProgramBinaryCase() 1132 void ProgramBinaryCase::getBinaryFormats (std::vector<GLenum>& out) in getBinaryFormats() 1147 bool ProgramBinaryCase::isFormatSupported (const glw::GLenum format) const in isFormatSupported() 1152 void ProgramBinaryCase::getProgramBinary (ProgramBinary& out, GLuint program) in getProgramBinary() 1173 void ProgramBinaryCase::loadProgramBinary (ProgramBinary& binary, GLuint program) in loadProgramBinary() 1179 void ProgramBinaryCase::verifyProgramBinary (ProgramBinary& binary) in verifyProgramBinary() [all …]
|
D | es3fShaderStateQueryTests.cpp | 1893 class ProgramBinaryCase : public ApiCase class 1896 ProgramBinaryCase (Context& context, const char* name, const char* description) in ProgramBinaryCase() function in deqp::gles3::Functional::__anonf2edb9030111::ProgramBinaryCase 3667 …addChild(new ProgramBinaryCase (m_context, "program_binary", "PROGRAM_BINARY_LENGTH and P… in init()
|