Home
last modified time | relevance | path

Searched refs:flushConfigs (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp185 std::vector<BufferFlushConfigWithDamages> flushConfigs; in DoSomethingInterestingWithMyAPI() local
187 flushConfigs.emplace_back(flushConfig); in DoSomethingInterestingWithMyAPI()
190 bqp->FlushBuffers(sequences, bedataimpls, fences, flushConfigs); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_client_producer_remote_test.cpp627 std::vector<BufferFlushConfigWithDamages> flushConfigs; variable
634 flushConfigs.emplace_back(flushConfig);
647 ret = bp->FlushBuffers(sequences, bedatas, acquireFences, flushConfigs);
656 ret = bp->FlushBuffers(sequences, bedatas, acquireFences, flushConfigs);
660 ret = bp->FlushBuffers(sequences, bedatas, acquireFences, flushConfigs);
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp129 std::vector<BufferFlushConfigWithDamages> flushConfigs; in SurfaceFuzzTest3() local
131 flushConfigs.emplace_back(flushConfig); in SurfaceFuzzTest3()
134 pSurface->FlushBuffers(buffers, fences, flushConfigs); in SurfaceFuzzTest3()