Searched refs:glSurfaceViewFactory (Results 1 – 1 of 1) sorted by relevance
1483 private final GLSurfaceViewFactory glSurfaceViewFactory; field in GLSurfaceViewSnapshot1490 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot() argument1491 this.glSurfaceViewFactory = DecodeAccuracyTestBase.checkNotNull(glSurfaceViewFactory); in GLSurfaceViewSnapshot()1509 final ByteBuffer byteBuffer = glSurfaceViewFactory.getByteBuffer(); in run()1548 if (glSurfaceViewFactory.byteBufferIsReady()) { in waitForByteBuffer()