/third_party/selinux/checkpolicy/test/ |
D | dismod.c | 100 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id() function 158 display_id(policy, fp, SYM_TYPES, i, ""); in display_type_set() 165 display_id(policy, fp, SYM_TYPES, i, "-"); in display_type_set() 203 display_id(p, fp, SYM_ROLES, i, ""); in display_mod_role_set() 278 display_id(policy, fp, SYM_CLASSES, cur->tclass - 1, ""); in display_avrule() 290 display_id(policy, fp, SYM_TYPES, avrule->perms->data - 1, ""); in display_avrule() 326 display_id(&policydb, fp, SYM_TYPES, type->s.value - 1, ""); in display_type_callback() 345 display_id(&policydb, fp, SYM_TYPES, i, ""); in display_type_callback() 351 display_id(&policydb, fp, SYM_TYPES, type->s.value - 1, ""); in display_type_callback() 370 display_id(p, fp, SYM_USERS, i, ""); in display_users() [all …]
|
D | dispol.c | 295 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, in display_id() function 310 display_id(p, fp, SYM_TYPES, i - 1, ""); in display_permissive() 321 display_id(p, fp, SYM_ROLES, rt->role - 1, ""); in display_role_trans() 322 display_id(p, fp, SYM_TYPES, rt->type - 1, ""); in display_role_trans() 323 display_id(p, fp, SYM_CLASSES, rt->tclass - 1, ":"); in display_role_trans() 324 display_id(p, fp, SYM_ROLES, rt->new_role - 1, ""); in display_role_trans() 348 display_id(p, fp, SYM_TYPES, bit, ""); in filenametr_display() 349 display_id(p, fp, SYM_TYPES, ft->ttype - 1, ""); in filenametr_display() 350 display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":"); in filenametr_display() 351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, ""); in filenametr_display()
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_native_query.txt | 49 EGLNativeDisplayType* display_id); 71 EGLNativeDisplayType* display_id); 75 to <display_id>. Otherwise EGL_FALSE will be returned and the 76 contents of <display_id> are left untouched. If the <dpy> is 79 generated. If <display_id> is NULL, an EGL_BAD_PARAMETER error
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_native_query.txt | 49 EGLNativeDisplayType* display_id); 71 EGLNativeDisplayType* display_id); 75 to <display_id>. Otherwise EGL_FALSE will be returned and the 76 contents of <display_id> are left untouched. If the <dpy> is 79 generated. If <display_id> is NULL, an EGL_BAD_PARAMETER error
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_direct3d_display.txt | 57 "If <display_id> is EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE, the display returned 59 Direct3D 9 renderer otherwise. If <display_id> is EGL_D3D11_ONLY_DISPLAY_ANGLE,
|
D | EGL_ANGLE_software_display.txt | 56 "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_direct3d_display.txt | 57 "If <display_id> is EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE, the display returned 59 Direct3D 9 renderer otherwise. If <display_id> is EGL_D3D11_ONLY_DISPLAY_ANGLE,
|
D | EGL_ANGLE_software_display.txt | 56 "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 52 …APICALL eglw::EGLDisplay (EGLW_APIENTRY* eglX11GetDisplayFunc) (EGLNativeDisplayType display_id); 97 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay() 99 …return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id)… in getDisplay()
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_platform_base.txt | 158 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id); 164 as belonging to the same platform as <display_id>. However, the set of 165 platforms to which <display_id> is permitted to belong, as well as the 166 actual type of <display_id>, are implementation-specific. If <display_id> 168 made to eglGetDisplay with the same <display_id> will return the same 169 EGLDisplay handle. If no display matching <display_id> is available,
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_platform_base.txt | 158 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id); 164 as belonging to the same platform as <display_id>. However, the set of 165 platforms to which <display_id> is permitted to belong, as well as the 166 actual type of <display_id>, are implementation-specific. If <display_id> 168 made to eglGetDisplay with the same <display_id> will return the same 169 EGLDisplay handle. If no display matching <display_id> is available,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl_autogen.cpp | 260 EGLDisplay EGLAPIENTRY EGL_GetDisplay(EGLNativeDisplayType display_id) in EGL_GetDisplay() argument 263 EGL_EVENT(GetDisplay, "display_id = 0x%016" PRIxPTR "", (uintptr_t)display_id); in EGL_GetDisplay() 267 ANGLE_EGL_VALIDATE(thread, GetDisplay, nullptr, EGLDisplay, display_id); in EGL_GetDisplay() 269 return GetDisplay(thread, display_id); in EGL_GetDisplay()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | functionsegl_typedefs.h | 52 typedef EGLDisplay (*PFNEGLGETDISPLAYPROC)(EGLNativeDisplayType display_id);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | functionsegl_typedefs.h | 52 typedef EGLDisplay (*PFNEGLGETDISPLAYPROC)(EGLNativeDisplayType display_id);
|
/third_party/EGL/api/1.2/EGL/ |
D | egl.h | 197 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
|
/third_party/EGL/api/1.2/ |
D | egl.h | 193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
D | egl.h | 193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
D | egl.h | 193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryImpl.inl | 157 EGLDisplay FuncPtrLibrary::getDisplay (EGLNativeDisplayType display_id) const 159 return m_egl.getDisplay(display_id);
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | egl.h | 137 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id); 162 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | egl.h | 118 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id); 143 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
|
/third_party/mesa3d/include/EGL/ |
D | egl.h | 118 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id); 143 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
|
/third_party/EGL/api/EGL/ |
D | egl.h | 118 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id); 143 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.hpp | 29 EGLDisplay (EGLAPIENTRY* eglGetDisplay)(EGLNativeDisplayType display_id);
|
D | main.cpp | 348 EGLDisplay EGLAPIENTRY GetDisplay(EGLNativeDisplayType display_id); 405 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id) in eglGetDisplay() argument 407 return egl::GetDisplay(display_id); in eglGetDisplay()
|