Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libEGL/
DSurface.cpp230 #define kSurfaceProperty _TEXT("Egl::SurfaceOwner") macro
237 Surface* surf = reinterpret_cast<Surface*>(GetProp(hwnd, kSurfaceProperty)); in SurfaceWindowProc()
269 SetProp(mWindow, kSurfaceProperty, reinterpret_cast<HANDLE>(this)); in subclassWindow()
295 RemoveProp(mWindow, kSurfaceProperty); in unsubclassWindow()