Home
last modified time | relevance | path

Searched refs:fromBytes (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuRGBA.hpp87 static RGBA fromBytes (const deUint8* bytes) { return RGBA(bytes[0], bytes[1], bytes[2], bytes[3]); } in fromBytes() function in tcu::RGBA
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp732 tcu::RGBA res = tcu::RGBA::fromBytes(result);
1072 tcu::RGBA res = tcu::RGBA::fromBytes(resultBytes + 4 * (x + w * y));
1230 bool pass = tcu::RGBA::fromBytes(result) == tcu::RGBA(0, 0, 0, 0xFF);
1597 if (tcu::RGBA::fromBytes(result) != tcu::RGBA::white())
1601 << "contents changed: " << tcu::RGBA::fromBytes(result) << " expected:" << tcu::RGBA::white()

Completed in 3 milliseconds