Searched refs:ChooseConfigRandomCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 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() [all …]
|