Home
last modified time | relevance | path

Searched refs:display_id (Results 1 – 25 of 59) sorted by relevance

123

/third_party/selinux/checkpolicy/test/
Ddismod.c100 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 …]
Ddispol.c295 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/
DEGL_NV_native_query.txt49 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/
DEGL_NV_native_query.txt49 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/
DEGL_ANGLE_direct3d_display.txt57 "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,
DEGL_ANGLE_software_display.txt56 "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_direct3d_display.txt57 "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,
DEGL_ANGLE_software_display.txt56 "If <display_id> is EGL_SOFTWARE_DISPLAY_ANGLE, a display that will render
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp52 …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/
DEGL_EXT_platform_base.txt158 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/
DEGL_EXT_platform_base.txt158 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/
Dentry_points_egl_autogen.cpp260 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/
Dfunctionsegl_typedefs.h52 typedef EGLDisplay (*PFNEGLGETDISPLAYPROC)(EGLNativeDisplayType display_id);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h52 typedef EGLDisplay (*PFNEGLGETDISPLAYPROC)(EGLNativeDisplayType display_id);
/third_party/EGL/api/1.2/EGL/
Degl.h197 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
/third_party/EGL/api/1.2/
Degl.h193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
Degl.h193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
/third_party/skia/third_party/externals/egl-registry/api/1.2/
Degl.h193 EGLDisplay eglGetDisplay(NativeDisplayType display_id);
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl157 EGLDisplay FuncPtrLibrary::getDisplay (EGLNativeDisplayType display_id) const
159 return m_egl.getDisplay(display_id);
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Degl.h137 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id);
162 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
/third_party/skia/third_party/externals/angle2/include/EGL/
Degl.h118 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id);
143 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
/third_party/mesa3d/include/EGL/
Degl.h118 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETDISPLAYPROC) (EGLNativeDisplayType display_id);
143 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay (EGLNativeDisplayType display_id);
/third_party/EGL/api/EGL/
Degl.h118 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/
DlibEGL.hpp29 EGLDisplay (EGLAPIENTRY* eglGetDisplay)(EGLNativeDisplayType display_id);
Dmain.cpp348 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()

123