Lines Matching refs:FormatSamplesCase

41 class FormatSamplesCase : public TestCase  class
51FormatSamplesCase (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()
86 FormatSamplesCase::IterateResult FormatSamplesCase::iterate (void) in iterate()
376 FormatSamplesCase::FormatType type; in init()
380 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR }, in init()
381 { "rg8", GL_RG8, FormatSamplesCase::FORMAT_COLOR }, in init()
382 { "rgb8", GL_RGB8, FormatSamplesCase::FORMAT_COLOR }, in init()
383 { "rgb565", GL_RGB565, FormatSamplesCase::FORMAT_COLOR }, in init()
384 { "rgba4", GL_RGBA4, FormatSamplesCase::FORMAT_COLOR }, in init()
385 { "rgb5_a1", GL_RGB5_A1, FormatSamplesCase::FORMAT_COLOR }, in init()
386 { "rgba8", GL_RGBA8, FormatSamplesCase::FORMAT_COLOR }, in init()
387 { "rgb10_a2", GL_RGB10_A2, FormatSamplesCase::FORMAT_COLOR }, in init()
388 { "rgb10_a2ui", GL_RGB10_A2UI, FormatSamplesCase::FORMAT_INT }, in init()
389 { "srgb8_alpha8", GL_SRGB8_ALPHA8, FormatSamplesCase::FORMAT_COLOR }, in init()
390 { "r8i", GL_R8I, FormatSamplesCase::FORMAT_INT }, in init()
391 { "r8ui", GL_R8UI, FormatSamplesCase::FORMAT_INT }, in init()
392 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT }, in init()
393 { "r16ui", GL_R16UI, FormatSamplesCase::FORMAT_INT }, in init()
394 { "r32i", GL_R32I, FormatSamplesCase::FORMAT_INT }, in init()
395 { "r32ui", GL_R32UI, FormatSamplesCase::FORMAT_INT }, in init()
396 { "rg8i", GL_RG8I, FormatSamplesCase::FORMAT_INT }, in init()
397 { "rg8ui", GL_RG8UI, FormatSamplesCase::FORMAT_INT }, in init()
398 { "rg16i", GL_RG16I, FormatSamplesCase::FORMAT_INT }, in init()
399 { "rg16ui", GL_RG16UI, FormatSamplesCase::FORMAT_INT }, in init()
400 { "rg32i", GL_RG32I, FormatSamplesCase::FORMAT_INT }, in init()
401 { "rg32ui", GL_RG32UI, FormatSamplesCase::FORMAT_INT }, in init()
402 { "rgba8i", GL_RGBA8I, FormatSamplesCase::FORMAT_INT }, in init()
403 { "rgba8ui", GL_RGBA8UI, FormatSamplesCase::FORMAT_INT }, in init()
404 { "rgba16i", GL_RGBA16I, FormatSamplesCase::FORMAT_INT }, in init()
405 { "rgba16ui", GL_RGBA16UI, FormatSamplesCase::FORMAT_INT }, in init()
406 { "rgba32i", GL_RGBA32I, FormatSamplesCase::FORMAT_INT }, in init()
407 { "rgba32ui", GL_RGBA32UI, FormatSamplesCase::FORMAT_INT }, in init()
410 { "r16f", GL_R16F, FormatSamplesCase::FORMAT_COLOR }, in init()
411 { "rg16f", GL_RG16F, FormatSamplesCase::FORMAT_COLOR }, in init()
412 { "rgba16f", GL_RGBA16F, FormatSamplesCase::FORMAT_COLOR }, in init()
413 { "r32f", GL_R32F, FormatSamplesCase::FORMAT_INT }, in init()
414 { "rg32f", GL_RG32F, FormatSamplesCase::FORMAT_INT }, in init()
415 { "rgba32f", GL_RGBA32F, FormatSamplesCase::FORMAT_INT }, in init()
416 { "r11f_g11f_b10f", GL_R11F_G11F_B10F, FormatSamplesCase::FORMAT_COLOR }, in init()
419 { "depth_component16", GL_DEPTH_COMPONENT16, FormatSamplesCase::FORMAT_DEPTH_STENCIL }, in init()
420 { "depth_component24", GL_DEPTH_COMPONENT24, FormatSamplesCase::FORMAT_DEPTH_STENCIL }, in init()
421 { "depth_component32f", GL_DEPTH_COMPONENT32F, FormatSamplesCase::FORMAT_DEPTH_STENCIL }, in init()
422 { "depth24_stencil8", GL_DEPTH24_STENCIL8, FormatSamplesCase::FORMAT_DEPTH_STENCIL }, in init()
423 { "depth32f_stencil8", GL_DEPTH32F_STENCIL8, FormatSamplesCase::FORMAT_DEPTH_STENCIL }, in init()
426 { "stencil_index8", GL_STENCIL_INDEX8, FormatSamplesCase::FORMAT_DEPTH_STENCIL } in init()
454 …group->addChild(new FormatSamplesCase(m_context, name.c_str(), desc.c_str(), texTarget, internalFo… in init()