Searched refs:glSurfaceViewFactory (Results 1 – 1 of 1) sorted by relevance
1498 private final GLSurfaceViewFactory glSurfaceViewFactory; field in GLSurfaceViewSnapshot1505 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot() argument1506 this.glSurfaceViewFactory = DecodeAccuracyTestBase.checkNotNull(glSurfaceViewFactory); in GLSurfaceViewSnapshot()1524 final ByteBuffer byteBuffer = glSurfaceViewFactory.getByteBuffer(); in run()1527 final Object syncToken = glSurfaceViewFactory.getSyncToken(); in run()1567 if (glSurfaceViewFactory.byteBufferIsReady()) { in waitForByteBuffer()