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

  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 1099 class ProgramBinaryCase : public TestCase, protected glu::CallLogWrapper
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)
1128 ProgramBinaryCase::~ProgramBinaryCase (void)
1132 void ProgramBinaryCase::getBinaryFormats (std::vector<GLenum>& out)
1147 bool ProgramBinaryCase::isFormatSupported (const glw::GLenum format) const
1152 void ProgramBinaryCase::getProgramBinary (ProgramBinary& out, GLuint program
    [all...]
es3fShaderStateQueryTests.cpp     [all...]

Completed in 140 milliseconds