Searched refs:bufferHandles (Results 1 – 6 of 6) sorted by relevance
79 std::vector<const native_handle_t*> bufferHandles; in allocate() local80 bufferHandles.reserve(count); in allocate()89 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()91 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()101 bufferHandles.clear(); in allocate()104 return bufferHandles; in allocate()
94 std::vector<const native_handle_t*> bufferHandles; in allocate() local95 bufferHandles.reserve(count); in allocate()104 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()106 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()116 bufferHandles.clear(); in allocate()119 return bufferHandles; in allocate()
90 std::vector<const native_handle_t*> bufferHandles; in allocate() local91 bufferHandles.reserve(count); in allocate()111 bufferHandles.push_back(bufferHandle); in allocate()121 bufferHandles.clear(); in allocate()124 return bufferHandles; in allocate()
76 std::vector<const native_handle_t*> bufferHandles; in TEST_P() local78 ASSERT_NO_FATAL_FAILURE(bufferHandles = in TEST_P()85 for (auto bufferHandle : bufferHandles) { in TEST_P()
378 std::vector<const native_handle_t*> bufferHandles; in TEST_P() local380 ASSERT_NO_FATAL_FAILURE(bufferHandles = in TEST_P()388 for (auto bufferHandle : bufferHandles) { in TEST_P()