Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Degl.cpp191 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h);
230 EGLBoolean egl_surface_t::setSwapRectangle( in setSwapRectangle() function in android::egl_surface_t
259 virtual EGLBoolean setSwapRectangle(EGLint l, EGLint t, EGLint w, EGLint h);
601 EGLBoolean egl_window_surface_v2_t::setSwapRectangle( in setSwapRectangle() function in android::egl_window_surface_v2_t
2227 d->setSwapRectangle(left, top, width, height); in eglSetSwapRectangleANDROID()