Home
last modified time | relevance | path

Searched refs:eglOesBase (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceTextureHelperTest.java128 final EglBase eglOesBase = EglBase.create(eglBase.getEglBaseContext(), EglBase.CONFIG_PLAIN); in testThreeConstantColorFrames() local
129 eglOesBase.createSurface(surfaceTextureHelper.getSurfaceTexture()); in testThreeConstantColorFrames()
130 assertEquals(eglOesBase.surfaceWidth(), width); in testThreeConstantColorFrames()
131 assertEquals(eglOesBase.surfaceHeight(), height); in testThreeConstantColorFrames()
139 eglOesBase.makeCurrent(); in testThreeConstantColorFrames()
143 eglOesBase.swapBuffers(); in testThreeConstantColorFrames()
196 final EglBase eglOesBase = EglBase.create(eglBase.getEglBaseContext(), EglBase.CONFIG_PLAIN); in testLateReturnFrame() local
197 eglOesBase.createSurface(surfaceTextureHelper.getSurfaceTexture()); in testLateReturnFrame()
198 assertEquals(eglOesBase.surfaceWidth(), width); in testLateReturnFrame()
199 assertEquals(eglOesBase.surfaceHeight(), height); in testLateReturnFrame()
[all …]