Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglColorClearCase.cpp172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() local
334 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() local
DteglNativeCoordMappingTests.cpp374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow() local
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceViewRenderer.java95 private final Point surfaceSize = new Point(); field in SurfaceViewRenderer