Home | History | Annotate | Download | only in egl

Lines Matching defs:getInt

296 			return eglu::getConfigID(m_eglTestCtx.getLibrary(), m_display, configs[rnd.getInt(0, (int)configs.size()-1)]);
358 const int numAttribs = rnd.getInt(0, (int)m_attribSet.size()*2);
368 template <int MinVal, int MaxVal> static EGLint getInt (de::Random& rnd)
370 return rnd.getInt(MinVal, MaxVal);
419 { EGL_BUFFER_SIZE, ChooseConfigRandomCase::getInt<0, 32>, },
420 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
421 { EGL_GREEN_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
422 { EGL_BLUE_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
423 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, },
424 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, },
425 { EGL_ALPHA_MASK_SIZE, ChooseConfigRandomCase::getInt<0, 1>, },
432 { EGL_DEPTH_SIZE, ChooseConfigRandomCase::getInt<0, 32>, },
433 { EGL_LEVEL, ChooseConfigRandomCase::getInt<0, 1>, },
435 { EGL_MAX_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 2>, },
436 { EGL_MIN_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 1>, },
440 { EGL_SAMPLE_BUFFERS, ChooseConfigRandomCase::getInt<0, 1>, },
441 { EGL_SAMPLES, ChooseConfigRandomCase::getInt<0, 1>, },
442 { EGL_STENCIL_SIZE, ChooseConfigRandomCase::getInt<0, 1>, },
445 // { EGL_TRANSPARENT_RED_VALUE, ChooseConfigRandomCase::getInt<0, 255>, },
446 // { EGL_TRANSPARENT_GREEN_VALUE, ChooseConfigRandomCase::getInt<0, 255>, },
447 // { EGL_TRANSPARENT_BLUE_VALUE, ChooseConfigRandomCase::getInt<0, 255>, }