Searched defs:isUseNewMatrix (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface.h | 159 float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) in AcquireLastFlushedBuffer()
|
H A D | iconsumer_surface.h | 156 float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) in AcquireLastFlushedBuffer()
|
H A D | ibuffer_producer.h | 126 float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) in AcquireLastFlushedBuffer()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_client_producer.cpp | 178 …sptr<SyncFence>& fence, float matrix[16], uint32_t matrixSize, bool isUseNewMatrix, uint32_t comma… in GetLastFlushedBufferCommon() 209 sptr<SyncFence>& fence, float matrix[16], bool isUseNewMatrix) in GetLastFlushedBuffer() 721 float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) in AcquireLastFlushedBuffer()
|
H A D | consumer_surface.cpp | 122 sptr<SyncFence>& fence, float matrix[16], bool isUseNewMatrix) in GetLastFlushedBuffer() 797 float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) in AcquireLastFlushedBuffer()
|
H A D | buffer_queue_producer.cpp | 317 bool isUseNewMatrix = arguments.ReadBool(); in GetLastFlushedBufferRemote() local 735 bool isUseNewMatrix = arguments.ReadBool(); in AcquireLastFlushedBufferRemote() local 827 sptr<SyncFence> &fence, float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) in AcquireLastFlushedBuffer() 932 sptr<SyncFence>& fence, float matrix[16], bool isUseNewMatrix) in GetLastFlushedBuffer()
|
H A D | producer_surface.cpp | 322 sptr<SyncFence>& fence, float matrix[16], bool isUseNewMatrix) in GetLastFlushedBuffer() 1057 float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) in AcquireLastFlushedBuffer()
|
H A D | buffer_queue.cpp | 651 …sptr<SyncFence>& fence, float matrix[16], uint32_t matrixSize, bool isUseNewMatrix, bool needRecor… in GetLastFlushedBuffer() 698 float matrix[16], uint32_t matrixSize, bool isUseNewMatrix) in AcquireLastFlushedBuffer()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
H A D | bufferqueue_fuzzer.cpp | 139 bool isUseNewMatrix = GetData<bool>(); in BufferQueueFuzzTest1() local
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 119 bool isUseNewMatrix = GetData<bool>(); in BufferQueueProducerFuzzTest1() local
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 292 bool isUseNewMatrix = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
|