How to make Circular Mask and Clip GLSurfaceView?
问题 I work with an SDK that provides a rectangular GLSurfaceView through a callback. I want to be able to render this view in a circular layout. (i.e.) I would like to display the view on a circular view It's showing Circle shape when I overlay GLSurfaceView over ImageView GLSurfaceView over ImageView It's showing Square shape when I overlay GLSurfaceView over VideoView . GLSurfaceView over VideoView I have tried below code for making circle GLSurfaceView public class SampleGLView extends