Searched defs:renderThread (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DReadback.cpp33 CopyResult Readback::copySurfaceInto(renderthread::RenderThread& renderThread, argument
37 renderThread.eglManager().initialize();
40 RenderState& renderState = renderThread.renderState();
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp44 renderthread::RenderThread& renderThread, uint32_t width, uint32_t height,
46 Layer* layer = LayerRenderer::createTextureLayer(renderThread.renderState());
43 createTextureLayerUpdater( renderthread::RenderThread& renderThread, uint32_t width, uint32_t height, const SkMatrix& transform) argument
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp55 static void testUnmergedGlopDispatch(renderthread::RenderThread& renderThread, RecordedOp* op, argument
68 ValidatingBakedOpRenderer renderer(renderThread.renderState(), glopReceiver);
111 testUnmergedGlopDispatch(renderThread, &arcOp, textureGlopVerifier);
114 testUnmergedGlopDispatch(renderThread, &ovalOp, textureGlopVerifier);
122 testUnmergedGlopDispatch(renderThread, &op, [&renderThread] (const Glop& glop) {
127 static int getGlopTransformFlags(renderthread::RenderThread& renderThread, RecordedOp* op) { argument
129 testUnmergedGlopDispatch(renderThread, op, [&result] (const Glop& glop) {
142 EXPECT_EQ(TransformFlags::None, getGlopTransformFlags(renderThread, &roundRectOp))
147 EXPECT_EQ(TransformFlags::None, getGlopTransformFlags(renderThread,
197 validateLayerDraw(renderthread::RenderThread& renderThread, std::function<void(const Glop& glop)> validator) argument
[all...]

Completed in 70 milliseconds