Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h76 static Display *GetDisplayFromDevice(Device *device, const AttributeMap &attribMap);
DDisplay.cpp402 Display *Display::GetDisplayFromDevice(Device *device, const AttributeMap &attribMap) in GetDisplayFromDevice() function in egl::Display
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h150 static Display *GetDisplayFromDevice(Device *device, const AttributeMap &attribMap);
DDisplay.cpp709 Display *Display::GetDisplayFromDevice(Device *device, const AttributeMap &attribMap) in GetDisplayFromDevice() function in egl::Display
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs.cpp407 return Display::GetDisplayFromDevice(eglDevice, attribMap); in GetPlatformDisplay()
Degl_ext_stubs.cpp195 return egl::Display::GetDisplayFromDevice(eglDevice, attribMap); in GetPlatformDisplayEXT()
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl.cpp1006 return egl::Display::GetDisplayFromDevice(eglDevice, attribMap); in EGL_GetPlatformDisplay()
Dentry_points_egl_ext.cpp195 return egl::Display::GetDisplayFromDevice(eglDevice, attribMap); in EGL_GetPlatformDisplayEXT()