Lines Matching refs:ChooseConfigRandomCase
333 class ChooseConfigRandomCase : public ChooseConfigCase class
336 …ChooseConfigRandomCase (EglTestContext& eglTestCtx, const char* name, const char* description, con… in ChooseConfigRandomCase() function in deqp::egl::ChooseConfigRandomCase
419 { EGL_BUFFER_SIZE, ChooseConfigRandomCase::getInt<0, 32>, }, in genRandomAttributes()
420 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
421 { EGL_GREEN_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
422 { EGL_BLUE_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
423 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
424 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
425 { EGL_ALPHA_MASK_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
426 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
427 { EGL_BIND_TO_TEXTURE_RGBA, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
428 { EGL_COLOR_BUFFER_TYPE, ChooseConfigRandomCase::getBufferType, }, in genRandomAttributes()
429 { EGL_CONFIG_CAVEAT, ChooseConfigRandomCase::getConfigCaveat, }, in genRandomAttributes()
431 { EGL_CONFORMANT, ChooseConfigRandomCase::getApiBits, }, in genRandomAttributes()
432 { EGL_DEPTH_SIZE, ChooseConfigRandomCase::getInt<0, 32>, }, in genRandomAttributes()
433 { EGL_LEVEL, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
435 { EGL_MAX_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 2>, }, in genRandomAttributes()
436 { EGL_MIN_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
437 { EGL_NATIVE_RENDERABLE, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
439 { EGL_RENDERABLE_TYPE, ChooseConfigRandomCase::getApiBits, }, in genRandomAttributes()
440 { EGL_SAMPLE_BUFFERS, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
441 { EGL_SAMPLES, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
442 { EGL_STENCIL_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
443 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, }, in genRandomAttributes()
601 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_sizes", "Random color size r… in init()
612 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_depth_stencil_sizes", "Rando… in init()
622 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer siz… in init()
629 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "surface_type", "Surface type rules… in init()
636 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer ru… in init()
670 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "all", "All attributes", toSet(allA… in init()