Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java442 int permutation = 0; in tonemap() local
449 permutation |= 1; in tonemap()
455 permutation |= 2; in tonemap()
461 permutation |= 4; in tonemap()
486 switch (permutation) { in tonemap()
/cts/tests/tests/graphics/jni/
DVulkanProfiles.cpp5790 std::vector<uint32_t> permutation(pUserData->count); in vpGetPhysicalDeviceProfileSupport() local
5792 permutation[i] = i; in vpGetPhysicalDeviceProfileSupport()
5798 … p = static_cast<VkBaseOutStructure*>(static_cast<void*>(&pProps[permutation[i]])); in vpGetPhysicalDeviceProfileSupport()
5811 } while (std::next_permutation(permutation.begin(), permutation.end())); in vpGetPhysicalDeviceProfileSupport()