Searched refs:EGL_PLATFORM_DEVICE_EXT (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLDeviceTest.cpp | 235 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P() 264 EGLDisplay display1 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P() 267 EGLDisplay display2 = eglGetPlatformDisplayEXT(EGL_PLATFORM_DEVICE_EXT, eglDevice, nullptr); in TEST_P() 440 EGL_PLATFORM_DEVICE_EXT, reinterpret_cast<EGLDeviceEXT>(eglDevice), nullptr); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.cpp | 113 else if (display->getPlatform() == EGL_PLATFORM_DEVICE_EXT) in CreateRendererD3D()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.cpp | 741 display = new Display(EGL_PLATFORM_DEVICE_EXT, 0, device); in GetDisplayFromDevice() 816 else if (mPlatform == EGL_PLATFORM_DEVICE_EXT) in ~Display() 976 if (mPlatform == EGL_PLATFORM_DEVICE_EXT) in initialize() 978 // For EGL_PLATFORM_DEVICE_EXT, mDevice should always be populated using in initialize()
|
H A D | validationEGL.cpp | 546 case EGL_PLATFORM_DEVICE_EXT: in ValidateGetPlatformDisplayCommon() 898 else if (platform == EGL_PLATFORM_DEVICE_EXT) in ValidateGetPlatformDisplayCommon() 905 "platform equals EGL_PLATFORM_DEVICE_EXT"); in ValidateGetPlatformDisplayCommon()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs.cpp | 192 else if (platform == EGL_PLATFORM_DEVICE_EXT) in GetPlatformDisplayEXT()
|
H A D | egl_stubs.cpp | 404 else if (platform == EGL_PLATFORM_DEVICE_EXT) in GetPlatformDisplay()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 893 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 892 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 856 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 856 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 858 #define EGL_PLATFORM_DEVICE_EXT 0x313F macro
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 415 case EGL_PLATFORM_DEVICE_EXT: in _eglGetPlatformDisplayCommon()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 520 else if (mDisplay->getPlatform() == EGL_PLATFORM_DEVICE_EXT) in Renderer11()
|
Completed in 45 milliseconds