Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp169 static void convertHFloat(tcu::Vec4 inColor, unsigned char* dst, int components);
462 colorConversionMap[GL_HALF_FLOAT] = &convertHFloat; in generateTextureData()
514 void InternalformatCaseBase::convertHFloat(tcu::Vec4 inColor, unsigned char* dst, int components) in convertHFloat() function in glcts::InternalformatCaseBase