Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp177 static void convertUInt(tcu::Vec4 inColor, unsigned char* dst, int components);
499 colorConversionMap[GL_UNSIGNED_INT] = &convertUInt; in generateTextureData()
592 void InternalformatCaseBase::convertUInt(tcu::Vec4 inColor, unsigned char* dst, int components) in convertUInt() function in glcts::InternalformatCaseBase
1080 void convertUInt(const tcu::PixelBufferAccess &src, const tcu::PixelBufferAccess &dst);
1254 convertUInt(pixelBuffer, testSurface[0][loop].getAccess()); in iterate()
1880 void RenderbufferCase::convertUInt(const tcu::PixelBufferAccess &src, const tcu::PixelBufferAccess … in convertUInt() function in glcts::RenderbufferCase