Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp666 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() function
694 return getColorStr(clearColor.uint32, numComponents, isUint, isSint);
696 return getColorStr(clearColor.int32, numComponents, isUint, isSint);
698 return getColorStr(clearColor.float32, numComponents, isUint, isSint);
705 return getColorStr(color.getPtr(), numComponents, isUint, isSint);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp662 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() function
690 return getColorStr(clearColor.uint32, numComponents, isUint, isSint);
692 return getColorStr(clearColor.int32, numComponents, isUint, isSint);
694 return getColorStr(clearColor.float32, numComponents, isUint, isSint);
701 return getColorStr(color.getPtr(), numComponents, isUint, isSint);

Completed in 5 milliseconds