Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer_Alloc (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_buffer_test.cpp81 * Function: OH_NativeBuffer_Alloc
85 * CaseDescription: 1. call OH_NativeBuffer_Alloc by abnormal input
90 buffer = OH_NativeBuffer_Alloc(nullptr); in HWTEST_F()
95 * Function: OH_NativeBuffer_Alloc
99 * CaseDescription: 1. call OH_NativeBuffer_Alloc
104 buffer = OH_NativeBuffer_Alloc(&config); in HWTEST_F()
234 * 3. OH_NativeBuffer_Alloc again
242 buffer = OH_NativeBuffer_Alloc(&config); in HWTEST_F()
289 buffer = OH_NativeBuffer_Alloc(&config); in HWTEST_F()
325 buffer = OH_NativeBuffer_Alloc( in HWTEST_F()
[all...]
/foundation/multimedia/image_effect/test/unittest/utils/
H A Dtest_native_buffer_utils.cpp36 OH_NativeBuffer *nativeBuffer = OH_NativeBuffer_Alloc(&config); in CreateNativeBuffer()
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativebuffer_fuzzer/
H A Dnativebuffer_fuzzer.cpp47 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&config); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/samples/hello_native_buffer/
H A Dhello_native_buffer.cpp68 OH_NativeBuffer* buffer = OH_NativeBuffer_Alloc(&config); in main()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h458 OH_NativeBuffer* OH_NativeBuffer_Alloc(const OH_NativeBuffer_Config* config);
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp86 OH_NativeBuffer* OH_NativeBuffer_Alloc(const OH_NativeBuffer_Config* config) in OH_NativeBuffer_Alloc() function

Completed in 4 milliseconds