Home
last modified time | relevance | path

Searched refs:entrypoint (Results 1 – 25 of 160) sorted by relevance

1234567

/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c117 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()
Dglapi_getproc.c272 _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()
Dglapi_priv.h76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
/external/icu/icu4c/source/common/
Dicuplug.cpp52 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/
Dvktestframework.cpp52 #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/
Dva_config.c85 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
Dva_private.h75 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/
Dvl_mpeg12_decoder.c119 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 …]
Dvl_decoder.c50 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()
Dvl_decoder.h46 enum pipe_video_entrypoint entrypoint,
Dvl_mpeg12_decoder.h109 enum pipe_video_entrypoint entrypoint,
/external/selinux/python/sepolicy/sepolicy/help/
Dfiles_exec.txt4entrypoint to an confined domain. If you have an alternate executable that you would like to run …
/external/mesa3d/src/gbm/main/
Dbackend.c58 const char *entrypoint = "gbm_backend"; in load_backend() local
80 init = dlsym(module, entrypoint); in load_backend()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c458 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()
523entrypoint == 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/
Dbase-base-only.conf14 entrypoint
Dsmall-base.conf173 entrypoint
490 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
/external/mesa3d/src/gallium/include/pipe/
Dp_video_decoder.h51 enum pipe_video_entrypoint entrypoint; member
/external/selinux/libsepol/tests/policies/test-deps/
Dbase-notmetreq.conf172 entrypoint
445 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
Dsmall-base.conf173 entrypoint
446 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
Dbase-metreq.conf173 entrypoint
458 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
/external/icu/icu4c/source/common/unicode/
Dicuplug.h358 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status);
/external/selinux/secilc/test/
Dintegration.cil28 (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/
Dcube.c97 #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__.py642 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/
Dgl_XML.py745 def get_parameter_string(self, entrypoint = None): argument
746 if entrypoint:
747 params = self.entry_point_parameters[ entrypoint ]

1234567