Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DTextureOpTest.cpp114 // opC & opD can also chain together but can't merge (bc, again, they have different in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
115 // proxies). Note, however, that opA and opD do share a proxy so can be merged if opA's in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
118 GrOp::Owner opD = create_op(dContext, kOpDRect, proxyViewA, true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
122 chain2.appendOp(std::move(opD), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
126 // opA and opD, now in separate chains, can merge when the two chains are combined while in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
131 // opC - opD/opA - opB in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()

Completed in 1 milliseconds