Searched refs:FormatSamplesCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fInternalFormatQueryTests.cpp | 41 class FormatSamplesCase : public TestCase class 51 …FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum texTarget, glw::G… 61 FormatSamplesCase::FormatSamplesCase (Context& ctx, const char* name, const char* desc, glw::GLenum… in FormatSamplesCase() function in deqp::gles31::Functional::__anon70e776140111::FormatSamplesCase 72 void FormatSamplesCase::init (void) in init() 85 FormatSamplesCase::IterateResult FormatSamplesCase::iterate (void) in iterate() 357 FormatSamplesCase::FormatType type; in init() 361 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR }, in init() 362 { "rg8", GL_RG8, FormatSamplesCase::FORMAT_COLOR }, in init() 363 { "rgb8", GL_RGB8, FormatSamplesCase::FORMAT_COLOR }, in init() 364 { "rgb565", GL_RGB565, FormatSamplesCase::FORMAT_COLOR }, in init() [all …]
|