Lines Matching refs:ChooseConfigRandomCase

331 class ChooseConfigRandomCase : public ChooseConfigCase  class
334ChooseConfigRandomCase (EglTestContext& eglTestCtx, const char* name, const char* description, con… in ChooseConfigRandomCase() function in deqp::egl::ChooseConfigRandomCase
417 { EGL_BUFFER_SIZE, ChooseConfigRandomCase::getInt<0, 32>, }, in genRandomAttributes()
418 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
419 { EGL_GREEN_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
420 { EGL_BLUE_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
421 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
422 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
423 { EGL_ALPHA_MASK_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
424 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
425 { EGL_BIND_TO_TEXTURE_RGBA, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
426 { EGL_COLOR_BUFFER_TYPE, ChooseConfigRandomCase::getBufferType, }, in genRandomAttributes()
427 { EGL_CONFIG_CAVEAT, ChooseConfigRandomCase::getConfigCaveat, }, in genRandomAttributes()
429 { EGL_CONFORMANT, ChooseConfigRandomCase::getApiBits, }, in genRandomAttributes()
430 { EGL_DEPTH_SIZE, ChooseConfigRandomCase::getInt<0, 32>, }, in genRandomAttributes()
431 { EGL_LEVEL, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
433 { EGL_MAX_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 2>, }, in genRandomAttributes()
434 { EGL_MIN_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
435 { EGL_NATIVE_RENDERABLE, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
437 { EGL_RENDERABLE_TYPE, ChooseConfigRandomCase::getApiBits, }, in genRandomAttributes()
438 { EGL_SAMPLE_BUFFERS, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
439 { EGL_SAMPLES, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
440 { EGL_STENCIL_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
441 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, }, in genRandomAttributes()
563 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_sizes", "Random color size r… in init()
574 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_depth_stencil_sizes", "Rando… in init()
584 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer siz… in init()
591 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "surface_type", "Surface type rules… in init()
598 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer ru… in init()
632 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "all", "All attributes", toSet(allA… in init()