Searched refs:supported (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp337 // supported, at startup time (since it may not be
338 // supported):
534 VkBool32* supported) {
535 *supported = VK_TRUE;
612 // TODO(jessehall): Fill out the set of supported formats. Longer term, add
614 // supported, and check that for each gralloc format that corresponds to a
691 // Claim same set of usage flags are supported for
805 "swapchain imageArrayLayers=%u not supported",
808 "swapchain preTransform=%#x not supported",
814 "swapchain presentMode=%u not supported",
531 GetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice , uint32_t , VkSurfaceKHR , VkBool32* supported) argument
[all...]
/frameworks/rs/script_api/
H A Drs_matrix.spec296 <b>Warning:</b> Prior to version 21, storing the result back into right matrix is not supported and
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp2187 std::list<C2FieldSupportedValues> supported; local
2188 //supported.emplace_push(inputVideoConfigTuning->mNumber, range(16, 1920, 8));
2189 //supported.emplace_push(inputVideoConfigTuning->mHeight, range(16, 1088, 8));
2190 //supported.emplace_push(inputVideoConfigTuning->mMetadataType, all_enums);
2191 //supported.emplace_push(inputVideoConfigTuning->mSupportedFormats, { 0, 1, 5, 7 });

Completed in 105 milliseconds

12