Lines Matching refs:getInt
294 …return eglu::getConfigID(m_eglTestCtx.getLibrary(), m_display, configs[rnd.getInt(0, (int)configs.… in getValue()
356 const int numAttribs = rnd.getInt(0, (int)m_attribSet.size()*2); in iterate()
366 template <int MinVal, int MaxVal> static EGLint getInt (de::Random& rnd) in getInt() function in deqp::egl::ChooseConfigRandomCase
368 return rnd.getInt(MinVal, MaxVal); in getInt()
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()
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()
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()