Home
last modified time | relevance | path

Searched refs:blueValue (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglQueryConfigTests.cpp512 const EGLint blueValue = getValue(config, EGL_TRANSPARENT_BLUE_VALUE); in executeTest() local
522 || (blueValue < 0 || blueValue >= (1 << blueSize)) ) in executeTest()