Home
last modified time | relevance | path

Searched refs:EGLDeviceEXT (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDeviceTest.cpp179 // Test that creating a EGLDeviceEXT from D3D11 device works, and it can be queried to retrieve
187 EGLDeviceEXT eglDevice = in TEST_P()
202 // Test that creating a EGLDeviceEXT from D3D11 device works, and it can be queried to retrieve
210 EGLDeviceEXT eglDevice = in TEST_P()
225 // Test that creating a EGLDeviceEXT from D3D11 device works, and can be used for rendering
230 EGLDeviceEXT eglDevice = in TEST_P()
259 EGLDeviceEXT eglDevice = in TEST_P()
276 // Test that creating a EGLDeviceEXT from an invalid D3D11 device fails
284 EGLDeviceEXT eglDevice = eglCreateDeviceANGLE( in TEST_P()
290 // Test that EGLDeviceEXT hold
[all...]
H A DEGLDeviceCGLTest.cpp48 eglQueryDeviceStringEXT(reinterpret_cast<EGLDeviceEXT>(angleDevice), EGL_EXTENSIONS));
65 EXPECT_EGL_TRUE(eglQueryDeviceAttribEXT(reinterpret_cast<EGLDeviceEXT>(angleDevice), in TEST_P()
68 EXPECT_EGL_TRUE(eglQueryDeviceAttribEXT(reinterpret_cast<EGLDeviceEXT>(angleDevice), in TEST_P()
H A DEGLPresentPathD3D11Test.cpp94 ASSERT_EGL_TRUE(eglQueryDeviceAttribEXT(reinterpret_cast<EGLDeviceEXT>(angleDevice), in createPbufferFromClientBufferSurface()
H A DEGLStreamTest.cpp416 EGLDeviceEXT eglDevice;
737 EGLDeviceEXT eglDevice; in TEST_P()
H A DEGLSurfaceTest.cpp968 ASSERT_EGL_TRUE(eglQueryDeviceAttribEXT(reinterpret_cast<EGLDeviceEXT>(newEglDevice), in TEST_P()
1057 ASSERT_EGL_TRUE(eglQueryDeviceAttribEXT(reinterpret_cast<EGLDeviceEXT>(newEglDevice), in TEST_P()
/third_party/mesa3d/src/egl/main/
H A Degldevice.h47 _eglCheckDeviceHandle(EGLDeviceEXT device);
50 _eglLookupDevice(EGLDeviceEXT device) in _eglLookupDevice()
H A Degldispatchstubs.h50 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dpy, int index);
H A Degldispatchstubs.c130 __eglMustCastToProperFunctionPointerType __eglDispatchFetchByDevice(EGLDeviceEXT dev, int index) in __eglDispatchFetchByDevice()
H A Degldevice.c85 _eglCheckDeviceHandle(EGLDeviceEXT device) in _eglCheckDeviceHandle()
H A Deglapi.c2640 eglQueryDeviceAttribEXT(EGLDeviceEXT device, in eglQueryDeviceAttribEXT()
2656 eglQueryDeviceStringEXT(EGLDeviceEXT device, in eglQueryDeviceStringEXT()
2670 EGLDeviceEXT *devices, in eglQueryDevicesEXT()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.h64 ANGLE_EXPORT EGLDeviceEXT EGLAPIENTRY EGL_CreateDeviceANGLE(EGLint device_type,
67 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_ReleaseDeviceANGLE(EGLDeviceEXT device);
141 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_QueryDeviceAttribEXT(EGLDeviceEXT device,
144 ANGLE_EXPORT const char *EGLAPIENTRY EGL_QueryDeviceStringEXT(EGLDeviceEXT device, EGLint name);
H A Dentry_points_egl_ext_autogen.cpp227 EGLDeviceEXT EGLAPIENTRY EGL_CreateDeviceANGLE(EGLint device_type, in EGL_CreateDeviceANGLE()
239 ANGLE_EGL_VALIDATE(thread, CreateDeviceANGLE, nullptr, EGLDeviceEXT, device_type, native_device, in EGL_CreateDeviceANGLE()
245 EGLBoolean EGLAPIENTRY EGL_ReleaseDeviceANGLE(EGLDeviceEXT device) in EGL_ReleaseDeviceANGLE()
586 EGLBoolean EGLAPIENTRY EGL_QueryDeviceAttribEXT(EGLDeviceEXT device, in EGL_QueryDeviceAttribEXT()
605 const char *EGLAPIENTRY EGL_QueryDeviceStringEXT(EGLDeviceEXT device, EGLint name) in EGL_QueryDeviceStringEXT()
H A Degl_ext_stubs_autogen.h183 EGLDeviceEXT CreateDeviceANGLE(Thread *thread,
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext_angle.h186 typedef EGLDeviceEXT(EGLAPIENTRYP PFNEGLCREATEDEVICEANGLEPROC) (EGLint device_type, void *native_device, const EGLAttrib *attrib_list);
187 typedef EGLBoolean(EGLAPIENTRYP PFNEGLRELEASEDEVICEANGLEPROC) (EGLDeviceEXT device);
189 EGLAPI EGLDeviceEXT EGLAPIENTRY eglCreateDeviceANGLE(EGLint device_type, void *native_device, const EGLAttrib *attrib_list);
190 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseDeviceANGLE(EGLDeviceEXT device);
H A Deglext.h656 typedef void *EGLDeviceEXT; typedef
657 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
660 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
661 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name);
662 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
665 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
666 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name);
667 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_platform.h35 bool IsEGLDeviceExtensionEnabled(EGLDeviceEXT device, const std::string &extName);
H A Dangle_test_platform.cpp106 bool IsEGLDeviceExtensionEnabled(EGLDeviceEXT device, const std::string &extName) in IsEGLDeviceExtensionEnabled()
H A DVulkanHelper.cpp392 EGLDeviceEXT device = reinterpret_cast<EGLDeviceEXT>(result);
/third_party/EGL/api/EGL/
H A Deglext.h674 typedef void *EGLDeviceEXT; typedef
675 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
678 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
679 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name);
680 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
683 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
684 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name);
685 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
716 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
718 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT devic
[all...]
/third_party/mesa3d/include/EGL/
H A Deglext.h674 typedef void *EGLDeviceEXT; typedef
675 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
678 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
679 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name);
680 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
683 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
684 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name);
685 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
715 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
717 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT devic
[all...]
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp473 EGLDeviceEXT EGLAPIENTRY eglCreateDeviceANGLE(EGLint device_type, in eglCreateDeviceANGLE()
481 EGLBoolean EGLAPIENTRY eglReleaseDeviceANGLE(EGLDeviceEXT device) in eglReleaseDeviceANGLE()
624 EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT(EGLDeviceEXT device, in eglQueryDeviceAttribEXT()
632 const char *EGLAPIENTRY eglQueryDeviceStringEXT(EGLDeviceEXT device, EGLint name) in eglQueryDeviceStringEXT()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h665 typedef void *EGLDeviceEXT; typedef
666 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
669 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
670 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name);
671 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
674 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
675 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name);
676 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h665 typedef void *EGLDeviceEXT; typedef
666 #define EGL_NO_DEVICE_EXT EGL_CAST(EGLDeviceEXT,0)
669 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEATTRIBEXTPROC) (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
670 typedef const char *(EGLAPIENTRYP PFNEGLQUERYDEVICESTRINGEXTPROC) (EGLDeviceEXT device, EGLint name);
671 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICESEXTPROC) (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
674 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT (EGLDeviceEXT device, EGLint attribute, EGLAttrib *value);
675 EGLAPI const char *EGLAPIENTRY eglQueryDeviceStringEXT (EGLDeviceEXT device, EGLint name);
676 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDevicesEXT (EGLint max_devices, EGLDeviceEXT *devices, EGLint *num_devices);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanImageTest.cpp36 EGLDeviceEXT device = reinterpret_cast<EGLDeviceEXT>(result); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils_autogen.h196 EGLDeviceEXT EGLDeviceEXTVal;
452 inline EGLDeviceEXT GetParamVal<ParamType::TEGLDeviceEXT, EGLDeviceEXT>(const ParamValue &value) in GetParamVal()
1779 inline void SetParamVal<ParamType::TEGLDeviceEXT>(EGLDeviceEXT valueIn, ParamValue *valueOut) in SetParamVal()

Completed in 37 milliseconds

12