Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceViewRenderer.java95 private final Point surfaceSize = new Point(); field in SurfaceViewRenderer
386 surfaceSize.x = 0; in surfaceDestroyed()
387 surfaceSize.y = 0; in surfaceDestroyed()
400 surfaceSize.x = width; in surfaceChanged()
401 surfaceSize.y = height; in surfaceChanged()
446 return layoutSize.equals(desiredLayoutSize) && surfaceSize.equals(layoutSize); in checkConsistentLayout()
481 if (eglBase.surfaceWidth() != surfaceSize.x || eglBase.surfaceHeight() != surfaceSize.y) { in renderFrameOnRenderThread()
509 drawer.drawYuv(yuvTextures, texMatrix, 0, 0, surfaceSize.x, surfaceSize.y); in renderFrameOnRenderThread()
511 drawer.drawOes(frame.textureId, texMatrix, 0, 0, surfaceSize.x, surfaceSize.y); in renderFrameOnRenderThread()
/external/deqp/modules/egl/
DteglColorClearCase.cpp172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() local
173 const int width = surfaceSize.x(); in executeForContexts()
174 const int height = surfaceSize.y(); in executeForContexts()
335 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() local
336 const int width = surfaceSize.x(); in executeForContexts()
337 const int height = surfaceSize.y(); in executeForContexts()
DteglNativeCoordMappingTests.cpp374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow() local
386 clear(gl, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0, surfaceSize.x(), surfaceSize.y()); in testNativeWindow()
389 render(gl, program, surfaceSize.x(), surfaceSize.y(), rectX, rectY, rectW, rectH); in testNativeWindow()