Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp250 …const tcu::UVec4 eglBitDepth((deUint32)eglu::getConfigAttribInt(egl, display, config, EGL_RED_SIZE… in validate() local
256 const tcu::UVec4 bitDepth(deMinu32(nativeBitDepth.x(), eglBitDepth.x()), in validate()
257 deMinu32(nativeBitDepth.y(), eglBitDepth.y()), in validate()
258 deMinu32(nativeBitDepth.z(), eglBitDepth.z()), in validate()
259 deMinu32(nativeBitDepth.w(), eglBitDepth.w())); in validate()