Home | History | Annotate | Download | only in webkit

Lines Matching defs:surface

10 import android.view.Surface;
20 // surface texture as singleton. But the GL texture (m_textureNames)
21 // associated with the surface texture can be used for showing the screen
46 Surface surface = new Surface(surfaceTexture);
47 mPlayer.setSurface(surface);
48 surface.release();
52 // this should be after surface holder created
75 // Create the surface texture.