Searched refs:ChooseConfigRandomCase (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglChooseConfigTests.cpp | 340 class ChooseConfigRandomCase : public ChooseConfigCase class 343 ChooseConfigRandomCase (EglTestContext& eglTestCtx, const char* name, const char* description, const set<EGLenum>& attribSet) in ChooseConfigRandomCase() function in deqp::egl::ChooseConfigRandomCase 430 { EGL_BUFFER_SIZE, ChooseConfigRandomCase::getInt<0, 32>, }, in genRandomAttributes() 431 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes() 432 { EGL_GREEN_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes() 433 { EGL_BLUE_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes() 434 { EGL_LUMINANCE_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes() 435 { EGL_ALPHA_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes() 436 { EGL_ALPHA_MASK_SIZE, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes() 437 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase in genRandomAttributes() [all...] |
Completed in 2 milliseconds