Searched refs:ProgramBinaryPersistenceCase (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 1417 class ProgramBinaryPersistenceCase : public ProgramBinaryCase class 1420 …ProgramBinaryPersistenceCase(Context &context, const char *name, const char *desc, glu::ShaderType… 1421 virtual ~ProgramBinaryPersistenceCase(void) in ~ProgramBinaryPersistenceCase() 1437 ProgramBinaryPersistenceCase::ProgramBinaryPersistenceCase(Context &context, const char *name, cons… in ProgramBinaryPersistenceCase() function in deqp::gles3::Functional::ProgramBinaryPersistenceCase 1446 void ProgramBinaryPersistenceCase::buildProgram(glu::Program &program, ShaderAllocator &shaders) in buildProgram() 1463 void ProgramBinaryPersistenceCase::verify(glu::Program &program, const ProgramBinary &binary) in verify() 1478 void ProgramBinaryPersistenceCase::test(void) in test() 1533 class ProgramBinaryPersistenceDetachShaderCase : public ProgramBinaryPersistenceCase 1538 : ProgramBinaryPersistenceCase(context, name, desc, shaderType) in ProgramBinaryPersistenceDetachShaderCase() 1557 class ProgramBinaryPersistenceReattachShaderCase : public ProgramBinaryPersistenceCase [all …]
|