Searched refs:create_op (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | TextureOpTest.cpp | 52 static GrOp::Owner create_op(GrDirectContext* dContext, SkRect rect, in create_op() function 104 GrOp::Owner opA = create_op(dContext, kOpARect, proxyViewA, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 105 GrOp::Owner opB = create_op(dContext, kOpBRect, proxyViewB, false); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 117 GrOp::Owner opC = create_op(dContext, kOpCRect, proxyViewC, true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 118 GrOp::Owner opD = create_op(dContext, kOpDRect, proxyViewA, true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
Completed in 1 milliseconds