Searched refs:EGL_NO_DEVICE_EXT (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLDeviceTest.cpp | 189 ASSERT_NE(EGL_NO_DEVICE_EXT, eglDevice); in TEST_P() 212 ASSERT_NE(EGL_NO_DEVICE_EXT, eglDevice); in TEST_P() 286 EXPECT_EQ(EGL_NO_DEVICE_EXT, eglDevice); in TEST_P() 299 ASSERT_NE(EGL_NO_DEVICE_EXT, eglDevice); in TEST_P() 325 EXPECT_EQ(EGL_NO_DEVICE_EXT, eglDevice); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanImageTest.cpp | 37 EXPECT_NE(EGL_NO_DEVICE_EXT, device); in TEST_P()
|
H A D | D3DTextureTest.cpp | 86 EGLDeviceEXT device = EGL_NO_DEVICE_EXT; 94 ASSERT_NE(EGL_NO_DEVICE_EXT, device);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs.cpp | 609 "eglCreateDeviceANGLE", GetThreadIfValid(thread), EGL_NO_DEVICE_EXT); in CreateDeviceANGLE()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | VulkanHelper.cpp | 393 EXPECT_NE(EGL_NO_DEVICE_EXT, device);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 2130 if (device == EGL_NO_DEVICE_EXT) in ValidateDevice() 3828 if (device == EGL_NO_DEVICE_EXT || !Device::IsValidDevice(device)) in ValidateReleaseDeviceANGLE()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 675 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) macro
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 675 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 666 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 666 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 657 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0) macro
|
Completed in 50 milliseconds