Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp178 static void convertUInt_24_8(tcu::Vec4 inColor, unsigned char* dst, int components);
500 colorConversionMap[GL_UNSIGNED_INT_24_8] = &convertUInt_24_8; in generateTextureData()
602 void InternalformatCaseBase::convertUInt_24_8(tcu::Vec4 inColor, unsigned char* dst, int) in convertUInt_24_8() function in glcts::InternalformatCaseBase