Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp255 const tcu::UVec4 nativeBitDepth(tcu::getTextureFormatBitDepth(result.getFormat()).asUint()); 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()