Searched refs:display_id (Results 1 - 11 of 11) sorted by relevance

/external/selinux/checkpolicy/test/
H A Ddismod.c101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, function
159 display_id(policy, fp, SYM_TYPES, i, "");
166 display_id(policy, fp, SYM_TYPES, i, "-");
204 display_id(p, fp, SYM_ROLES, i, "");
272 display_id(policy, fp, SYM_CLASSES, cur->tclass - 1, "");
284 display_id(policy, fp, SYM_TYPES, avrule->perms->data - 1, "");
302 display_id(&policydb, fp, SYM_TYPES, type->s.value - 1, "");
321 display_id(&policydb, fp, SYM_TYPES, i, "");
327 display_id(&policydb, fp, SYM_TYPES, type->s.value - 1, "");
346 display_id(
[all...]
H A Ddispol.c348 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type, function
364 display_id(p, fp, SYM_TYPES, i - 1, "");
376 display_id(p, fp, SYM_ROLES, rt->role - 1, "");
377 display_id(p, fp, SYM_TYPES, rt->type - 1, "");
378 display_id(p, fp, SYM_CLASSES, rt->tclass - 1, ":");
379 display_id(p, fp, SYM_ROLES, rt->new_role - 1, "");
390 display_id(p, fp, SYM_TYPES, ft->stype - 1, "");
391 display_id(p, fp, SYM_TYPES, ft->ttype - 1, "");
392 display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":");
393 display_id(
[all...]
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp48 typedef EGLW_APICALL eglw::EGLDisplay (EGLW_APIENTRY* eglX11GetDisplayFunc) (EGLNativeDisplayType display_id);
93 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const
95 return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id));
/external/deqp/framework/egl/
H A DegluCallLogWrapperApi.inl29 eglw::EGLDisplay eglGetDisplay (eglw::EGLNativeDisplayType display_id);
H A DegluCallLogWrapper.inl246 eglw::EGLDisplay CallLogWrapper::eglGetDisplay (eglw::EGLNativeDisplayType display_id)
249 m_log << TestLog::Message << "eglGetDisplay(" << toHex(display_id) << ");" << TestLog::EndMessage;
250 eglw::EGLDisplay returnValue = m_egl.getDisplay(display_id);
/external/deqp/framework/egl/wrapper/
H A DeglwFuncPtrLibraryDecl.inl36 EGLDisplay getDisplay (EGLNativeDisplayType display_id) const;
H A DeglwFuncPtrLibraryImpl.inl157 EGLDisplay FuncPtrLibrary::getDisplay (EGLNativeDisplayType display_id) const
159 return m_egl.getDisplay(display_id);
H A DeglwApi.inl93 EGLDisplay eglwGetDisplay (EGLNativeDisplayType display_id);
H A DeglwFunctionTypes.inl36 typedef EGLW_APICALL EGLDisplay (EGLW_APIENTRY* eglGetDisplayFunc) (EGLNativeDisplayType display_id);
H A DeglwLibrary.inl36 virtual EGLDisplay getDisplay (EGLNativeDisplayType display_id) const = 0;
/external/mesa3d/include/EGL/
H A Degl.h251 EGLAPI EGLDisplay EGLAPIENTRY eglGetDisplay(EGLNativeDisplayType display_id);

Completed in 598 milliseconds