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 surf.clear(); in TEST()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp86 mRenderThread.queue().post([this, surf = surface, enableTimeout]() mutable { in setSurface()
87 mContext->setSurface(std::move(surf), enableTimeout); in setSurface()
/frameworks/native/opengl/include/EGL/
Deglext.h1100 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC) (EGLDisplay dpy, EGLSurface surf, E…
1101 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, E…
1104 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWin…
1105 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePix…