Searched refs:surfaceControl (Results 1 – 1 of 1) sorted by relevance
1857 sp<SurfaceControl> surfaceControl; member1875 s->surfaceControl = s->client->createSurface(getpid(), 0, 640, 400, PIXEL_FORMAT_RGBA_8888); in SetupDrawingSurface()1877 s->surfaceControl->setLayer(25000); in SetupDrawingSurface()1878 s->surfaceControl->show(); in SetupDrawingSurface()1881 s->surface = s->surfaceControl->getSurface(); in SetupDrawingSurface()