Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp56 #define VP_DEBUG_COND_MSGF(COND, MSGFMT, ...) if (COND) VP_DEBUG_MSGF(MSGFMT, __VA_ARGS__) macro
10187 VP_DEBUG_COND_MSGF(!found, "Unsupported extension: %s", requestedExtension); in CheckExtension()