/external/mesa3d/src/mapi/glapi/ |
D | glapi_entrypoint.c | 117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) in fill_in_entrypoint_offset() argument 119 GLubyte * const code = (GLubyte *) entrypoint; in fill_in_entrypoint_offset() 300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument 302 unsigned int *code = (unsigned int *) entrypoint; in fill_in_entrypoint_offset() 327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument 330 (void) entrypoint; in fill_in_entrypoint_offset()
|
D | glapi_getproc.c | 272 _glapi_proc entrypoint = NULL; in add_function_name() local 285 entrypoint = generate_entrypoint(~0); in add_function_name() 287 if (entrypoint == NULL) { in add_function_name() 298 entry->dispatch_stub = entrypoint; in add_function_name()
|
D | glapi_priv.h | 76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
|
/external/icu/icu4c/source/common/ |
D | icuplug.cpp | 52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member 279 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug() 357 plug->entrypoint=NULL; in uplug_allocateEmptyPlug() 363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug() argument 382 plug->entrypoint = entrypoint; in uplug_allocatePlug() 407 plug->entrypoint=0; in uplug_deallocatePlug() 531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *c… in uplug_initPlugFromEntrypointAndLibrary() argument 535 plug = uplug_allocatePlug(entrypoint, config, lib, sym, status); in uplug_initPlugFromEntrypointAndLibrary() 546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) { in uplug_loadPlugFromEntrypoint() argument 547 UPlugData* plug = uplug_initPlugFromEntrypointAndLibrary(entrypoint, config, NULL, NULL, status); in uplug_loadPlugFromEntrypoint() [all …]
|
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 52 #define GET_INSTANCE_PROC_ADDR(inst, entrypoint) … argument 54 …m_fp##entrypoint = (PFN_vk##entrypoint)vkGetInstanceProcAddr(inst, "vk" #entrypoint); … 55 …if (m_fp##entrypoint == NULL) { … 56 …ERR_EXIT("vkGetInstanceProcAddr failed to find vk" #entrypoint, "vkGetInstanceProcAddr Failure"); … 60 #define GET_DEVICE_PROC_ADDR(dev, entrypoint) … argument 62 …m_fp##entrypoint = (PFN_vk##entrypoint)vkGetDeviceProcAddr(dev, "vk" #entrypoint); … 63 …if (m_fp##entrypoint == NULL) { … 64 …ERR_EXIT("vkGetDeviceProcAddr failed to find vk" #entrypoint, "vkGetDeviceProcAddr Failure"); …
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_config.c | 85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument 95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument 115 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) in vlVaQueryConfigAttributes() argument
|
D | va_private.h | 75 VAStatus vlVaGetConfigAttributes (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,… 76 VAStatus vlVaCreateConfig (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConf… 78 …rContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib …
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.c | 119 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in init_zscan_buffer() 420 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) { in vl_mpeg12_destroy() 473 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in vl_mpeg12_get_decode_buffer() 480 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) in vl_mpeg12_get_decode_buffer() 527 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in vl_mpeg12_begin_frame() 566 if (dec->base.entrypoint >= PIPE_VIDEO_ENTRYPOINT_IDCT) { in vl_mpeg12_begin_frame() 732 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in vl_mpeg12_end_frame() 749 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in vl_mpeg12_end_frame() 861 num_channels = dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT ? 4 : 1; in init_zscan() 991 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) { in mc_vert_shader_callback() [all …]
|
D | vl_decoder.c | 50 enum pipe_video_entrypoint entrypoint, in vl_create_decoder() argument 73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format, in vl_create_decoder()
|
D | vl_decoder.h | 46 enum pipe_video_entrypoint entrypoint,
|
D | vl_mpeg12_decoder.h | 109 enum pipe_video_entrypoint entrypoint,
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | files_exec.txt | 4 …entrypoint to an confined domain. If you have an alternate executable that you would like to run …
|
/external/mesa3d/src/gbm/main/ |
D | backend.c | 58 const char *entrypoint = "gbm_backend"; in load_backend() local 80 init = dlsym(module, entrypoint); in load_backend()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 458 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in nouveau_decoder_decode_macroblock() 510 enum pipe_video_entrypoint entrypoint, in nouveau_create_decoder() argument 522 debug_printf("Acceleration level: %s\n", entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "bit": in nouveau_create_decoder() 523 … entrypoint == PIPE_VIDEO_ENTRYPOINT_IDCT ? "IDCT" : "MC"); in nouveau_create_decoder() 569 dec->base.entrypoint = entrypoint; in nouveau_create_decoder() 623 switch (entrypoint) { in nouveau_create_decoder() 652 return vl_create_decoder(context, profile, entrypoint, in nouveau_create_decoder() 882 enum pipe_video_entrypoint entrypoint, in nouveau_context_create_decoder() argument 888 return nouveau_create_decoder(context, screen, profile, entrypoint, in nouveau_context_create_decoder()
|
/external/selinux/libsepol/tests/policies/test-expander/ |
D | base-base-only.conf | 14 entrypoint
|
D | small-base.conf | 173 entrypoint 490 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_decoder.h | 51 enum pipe_video_entrypoint entrypoint; member
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | base-notmetreq.conf | 172 entrypoint 445 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
|
D | small-base.conf | 173 entrypoint 446 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
|
D | base-metreq.conf | 173 entrypoint 458 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
|
/external/icu/icu4c/source/common/unicode/ |
D | icuplug.h | 358 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status);
|
/external/selinux/secilc/test/ |
D | integration.cil | 28 (permissionset file_perms (execute_no_trans entrypoint execmod open 30 (class file (execute_no_trans entrypoint execmod open audit_access))
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 97 #define GET_INSTANCE_PROC_ADDR(inst, entrypoint) \ argument 99 demo->fp##entrypoint = \ 100 (PFN_vk##entrypoint)vkGetInstanceProcAddr(inst, "vk" #entrypoint); \ 101 if (demo->fp##entrypoint == NULL) { \ 102 ERR_EXIT("vkGetInstanceProcAddr failed to find vk" #entrypoint, \ 109 #define GET_DEVICE_PROC_ADDR(dev, entrypoint) \ argument 114 demo->fp##entrypoint = \ 115 (PFN_vk##entrypoint)g_gdpa(dev, "vk" #entrypoint); \ 116 if (demo->fp##entrypoint == NULL) { \ 117 ERR_EXIT("vkGetDeviceProcAddr failed to find vk" #entrypoint, \
|
/external/selinux/python/sepolicy/sepolicy/ |
D | __init__.py | 642 entrypoint = selinux.getfilecon(path)[1].split(":")[2] 644 …entrypoints = list(filter(lambda x: x['target'] == entrypoint, search([TRANSITION], {'source': "in… 684 def get_init_entrypoint_target(entrypoint): argument 686 …x: x['transtype'], search([TRANSITION], {'source': "init_t", 'target': entrypoint, 'class': 'proce…
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_XML.py | 745 def get_parameter_string(self, entrypoint = None): argument 746 if entrypoint: 747 params = self.entry_point_parameters[ entrypoint ]
|