Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DStress_test.cpp34 auto surf = client->createSurface(String8("t"), 100, 100, in TEST() local
36 ASSERT_TRUE(surf != nullptr); in TEST()
37 client->destroySurface(surf->getHandle()); in TEST()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp87 [ this, surf = surface ]() mutable { mContext->setSurface(std::move(surf)); }); in initialize()
92 [ this, surf = surface ]() mutable { mContext->setSurface(std::move(surf)); }); in updateSurface()
/frameworks/native/opengl/include/EGL/
Deglext.h1076 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC) (EGLDisplay dpy, EGLSurface surf, E…
1077 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, E…
1080 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWin…
1081 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePix…