Searched refs:typeCount (Results 1 – 2 of 2) sorted by relevance
79 int typeCount = 0; in testSharedLibrariesProperlyReported() local80 typeCount += type == SharedLibraryInfo.TYPE_BUILTIN ? 1 : 0; in testSharedLibrariesProperlyReported()81 typeCount += type == SharedLibraryInfo.TYPE_DYNAMIC ? 1 : 0; in testSharedLibrariesProperlyReported()82 typeCount += type == SharedLibraryInfo.TYPE_STATIC ? 1 : 0; in testSharedLibrariesProperlyReported()84 if (typeCount != 1) { in testSharedLibrariesProperlyReported()
750 const VkDescriptorPoolSize typeCount = { in init() local758 .pPoolSizes = &typeCount, in init()