Searched refs:copy_requests (Results 1 – 11 of 11) sorted by relevance
73 ScopedPtrVector<CopyOutputRequest>* copy_requests) { in TakeCopyOutputRequests() argument74 DCHECK(copy_requests->empty()); in TakeCopyOutputRequests()75 copy_requests->swap(copy_requests_); in TakeCopyOutputRequests()
180 ScopedPtrVector<CopyOutputRequest> copy_requests; in HandleSurfaceQuad() local181 surface->TakeCopyOutputRequests(©_requests); in HandleSurfaceQuad()183 bool merge_pass = copy_requests.empty(); in HandleSurfaceQuad()232 dest_pass_list_->back()->copy_requests.swap(copy_requests); in HandleSurfaceQuad()
43 ScopedPtrVector<CopyOutputRequest>* copy_requests);
239 ASSERT_EQ(1u, frame_data->render_pass_list[0]->copy_requests.size()); in TEST_F()241 frame_data->render_pass_list[0]->copy_requests[0]); in TEST_F()
80 pass->copy_requests.push_back(CopyOutputRequest::CreateEmptyRequest()); in TEST()109 EXPECT_EQ(1u, pass->copy_requests.size()); in TEST()110 EXPECT_EQ(0u, copy->copy_requests.size()); in TEST()
87 DCHECK_EQ(source->copy_requests.size(), 0u); in CopyAll()175 value->SetInteger("copy_requests", copy_requests.size()); in AsValueInto()
112 ScopedPtrVector<CopyOutputRequest> copy_requests; variable
235 pass->copy_requests.begin(); in DrawFrame()236 it != pass->copy_requests.end(); in DrawFrame()243 CopyCurrentRenderPassToBitmap(&frame, pass->copy_requests.take(it)); in DrawFrame()256 !frame->current_render_pass->copy_requests.empty()) in ComputeScissorRectForRenderPass()
65 list->back()->copy_requests.push_back( in DrawAndCopyOutput()
59 target->copy_requests.push_back(CopyOutputRequest::CreateBitmapRequest( in RunPixelTestWithReadbackTarget()
781 &target_render_pass->copy_requests); in CalculateRenderPasses()