Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DSurface.cpp312 #define kSurfaceProperty _TEXT("Egl::SurfaceOwner") macro
317 Surface* surf = reinterpret_cast<Surface*>(GetProp(hwnd, kSurfaceProperty)); in SurfaceWindowProc()
335 SetProp(mWindow, kSurfaceProperty, reinterpret_cast<HANDLE>(this)); in subclassWindow()
358 RemoveProp(mWindow, kSurfaceProperty); in unsubclassWindow()