Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer_TransformType (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dwindow.h69 int32_t NativeWindowGetTransformHint(OHNativeWindow *window, OH_NativeBuffer_TransformType *transform);
70 int32_t NativeWindowSetTransformHint(OHNativeWindow *window, OH_NativeBuffer_TransformType transform);
H A Dnative_buffer.h282 typedef enum OH_NativeBuffer_TransformType { enum
295 } OH_NativeBuffer_TransformType; typedef
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp152 OH_NativeBuffer_TransformType transform = GetData<OH_NativeBuffer_TransformType>(); in NativeWindowFuzzTest()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp270 OH_NativeBuffer_TransformType preTransform)
279 OH_NativeBuffer_TransformType preTransform;
509 VkSurfaceTransformFlagBitsKHR TranslateNativeToVulkanTransformHint(OH_NativeBuffer_TransformType nativeTransformType) in TranslateNativeToVulkanTransformHint()
538 OH_NativeBuffer_TransformType TranslateVulkanToNativeTransform(VkSurfaceTransformFlagBitsKHR transform) in TranslateVulkanToNativeTransform()
563 OH_NativeBuffer_TransformType InvertTransformToNative(VkSurfaceTransformFlagBitsKHR transform) in InvertTransformToNative()
628 OH_NativeBuffer_TransformType transformType = InvertTransformToNative(createInfo->preTransform); in SetWindowTransform()
629 SWLOGD("Swapchain translate VkSurfaceTransformFlagBitsKHR:%{public}d to OH_NativeBuffer_TransformType:%{public}d", in SetWindowTransform()
640 OH_NativeBuffer_TransformType transformHint = NATIVEBUFFER_ROTATE_NONE; in SetWindowTransform()
675 OH_NativeBuffer_TransformType curWindowTransformType = NATIVEBUFFER_ROTATE_NONE; in SetWindowBufferUsage()
924 OH_NativeBuffer_TransformType transformTyp in CreateSwapchainKHR()
[all...]
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp1894 OH_NativeBuffer_TransformType transform = OH_NativeBuffer_TransformType::NATIVEBUFFER_ROTATE_180; in HWTEST_F()
1898 transform = OH_NativeBuffer_TransformType::NATIVEBUFFER_ROTATE_NONE; in HWTEST_F()
1900 ASSERT_EQ(transform, OH_NativeBuffer_TransformType::NATIVEBUFFER_ROTATE_180); in HWTEST_F()
2100 OH_NativeBuffer_TransformType transform = OH_NativeBuffer_TransformType::NATIVEBUFFER_ROTATE_180; in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp671 int32_t NativeWindowGetTransformHint(OHNativeWindow *window, OH_NativeBuffer_TransformType *transform) in NativeWindowGetTransformHint()
676 *transform = static_cast<OH_NativeBuffer_TransformType>(window->surface->GetTransformHint()); in NativeWindowGetTransformHint()
680 int32_t NativeWindowSetTransformHint(OHNativeWindow *window, OH_NativeBuffer_TransformType transform) in NativeWindowSetTransformHint()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp1071 std::vector<OH_NativeBuffer_TransformType> transformArray = { in HWTEST_F()

Completed in 12 milliseconds