| /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/ |
| H A D | lunr.jp.js | 0 module.exports=require("./lunr.ja")
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| H A D | pshmod.c | 5 * FreeType PostScript hinter module implementation (body). 25 /* the Postscript Hinter module structure */ 38 /* finalize module */ 40 ps_hinter_done( PS_Hinter_Module module ) argument 42 module->t1_funcs.hints = NULL; 43 module->t2_funcs.hints = NULL; 45 ps_hints_done( &module->ps_hints ); 49 /* initialize module, create hints recorder and the interface */ 51 ps_hinter_init( PS_Hinter_Module module ) argument 53 FT_Memory memory = module 73 pshinter_get_globals_funcs(FT_Module module) argument 81 pshinter_get_t1_funcs(FT_Module module) argument 89 pshinter_get_t2_funcs(FT_Module module) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | hardware_stub.cpp | 5 int hw_get_module(const char *id, const struct hw_module_t **module) argument
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_shader_module.c | 36 struct vk_shader_module *module; local in function:vk_common_CreateShaderModule 41 module = vk_object_alloc(device, pAllocator, 42 sizeof(*module) + pCreateInfo->codeSize, 44 if (module == NULL) 47 module->size = pCreateInfo->codeSize; 48 module->nir = NULL; 49 memcpy(module->data, pCreateInfo->pCode, module->size); 51 _mesa_sha1_compute(module->data, module [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_shader.c | 55 struct panvk_shader_module *module; local in function:panvk_CreateShaderModule 61 module = vk_object_zalloc(&device->vk, pAllocator, 62 sizeof(*module) + pCreateInfo->codeSize, 64 if (module == NULL) 67 module->code_size = pCreateInfo->codeSize; 68 memcpy(module->code, pCreateInfo->pCode, pCreateInfo->codeSize); 70 _mesa_sha1_compute(module->code, module->code_size, module->sha1); 72 *pShaderModule = panvk_shader_module_to_handle(module); [all...] |
| /xsrc/external/mit/libdrm/dist/tests/util/ |
| H A D | kms.h | 32 int util_open(const char *device, const char *module);
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | matcher.py | 4 Most functions just declare a new object and add it to the module. 19 def import_(node, module, namespace): 26 module.import_level = module.import_level + 1 30 execute(module, new_namespace) 31 module.import_level = module.import_level - 1 32 if not module.has_import(node.text): 33 module.add_import(node.text, new_namespace) 35 def typedef(node, module, namespac [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/ |
| H A D | invocation.hpp | 27 #include "core/module.hpp" 33 module compile_program(const std::string &source, 39 module link_program(const std::vector<module> &modules,
|
| H A D | codegen.hpp | 26 /// the given llvm::Module object and output the result as a clover::module. 33 #include "core/module.hpp" 44 module 46 enum module::section::type section_type); 49 parse_module_library(const module &m, ::llvm::LLVMContext &ctx, 52 module 60 module
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_inputs.h | 28 void xspice_add_input_drivers(pointer module);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | require.c | 66 require module &optional pathname 72 LispObj *obj, *module, *pathname; local in function:Lisp_Require 75 module = ARGUMENT(0); 77 CHECK_STRING(module); 86 pathname = module; 89 if (strcmp(THESTR(CAR(obj)), THESTR(module)) == 0) 90 return (module); 120 if (lisp__data.module == NULL) { 130 snprintf(data, sizeof(data), "%sLispModuleData", THESTR(module)); 135 STRFUN(builtin), STROBJ(module)); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | sdksyms.sh | 24 /* fb/Makefile.am -- module */ 34 /* miext/shadow/Makefile.am -- module */ 48 /* Xext/Makefile.am -- half is module, half is builtin */ 63 /* hw/xfree86/int10/Makefile.am -- module */ 95 /* hw/xfree86/dri2/Makefile.am -- module */ 103 /* hw/xfree86/vgahw/Makefile.am -- module */ 109 /* hw/xfree86/fbdevhw/Makefile.am -- module */ 135 /* XF86VidMode code is in libextmod module */ 155 /* hw/xfree86/shadowfb/Makefile.am -- module */ 179 /* hw/xfree86/xaa/Makefile.am -- module */ [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | ftpsprop.h | 30 ps_property_set( FT_Module module, /* PS_Driver */ 36 ps_property_get( FT_Module module, /* PS_Driver */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/ |
| H A D | common.cpp | 28 /// clover::module, including kernel argument metadata extraction and 55 enum module::argument::type 59 return module::argument::image2d_rd; 61 return module::argument::image2d_wr; 63 return module::argument::image3d_rd; 65 return module::argument::image3d_wr; 70 std::vector<module::argument> 73 std::vector<module::argument> args; 102 target_align, module::argument::zero_ext); 106 args.emplace_back(module [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | Makefile.am | 24 bt829_drv_la_LDFLAGS = -module -avoid-version 27 fi1236_drv_la_LDFLAGS = -module -avoid-version 30 msp3430_drv_la_LDFLAGS = -module -avoid-version 33 tda8425_drv_la_LDFLAGS = -module -avoid-version 36 tda9850_drv_la_LDFLAGS = -module -avoid-version 39 tda9885_drv_la_LDFLAGS = -module -avoid-version 42 uda1380_drv_la_LDFLAGS = -module -avoid-version
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afmodule.c | 5 * Auto-fitter module implementation (body). 75 AF_Module module ) 89 error = af_face_globals_new( face, &globals, module ); 113 AF_Module module = (AF_Module)ft_module; local in function:af_property_set 144 module->fallback_style = ss; 170 module->default_script = *default_script; 187 error = af_property_get_face_globals( prop->face, &globals, module ); 204 module->warping = 0; 206 module->warping = 1; 216 module 73 af_property_get_face_globals(FT_Face face,AF_FaceGlobals * aglobals,AF_Module module) argument 322 AF_Module module = (AF_Module)ft_module; local in function:af_property_get 445 AF_Module module = (AF_Module)ft_module; local in function:af_autofitter_init 481 af_autofitter_load_glyph(AF_Module module,FT_GlyphSlot slot,FT_Size size,FT_UInt glyph_index,FT_Int32 load_flags) argument [all...] |
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | Makefile.am | 22 # -module lets us name the module exactly how we want 28 suncg14_drv_la_LDFLAGS = -module -avoid-version
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| H A D | Makefile.am | 22 # -module lets us name the module exactly how we want 28 wsfb_drv_la_LDFLAGS = -module -avoid-version
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| H A D | Makefile.am | 23 # -module lets us name the module exactly how we want 30 @DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_llvm_helper.h | 35 bool radv_compile_to_elf(struct ac_llvm_compiler *info, LLVMModuleRef module, char **pelf_buffer,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| H A D | sdksyms.sh | 29 /* wfb is still a module 34 /* miext/shadow/Makefile.am -- module */ 51 /* Xext/Makefile.am -- half is module, half is builtin */ 71 /* hw/xfree86/int10/Makefile.am -- module */ 105 /* hw/xfree86/dri2/Makefile.am -- module */ 112 /* hw/xfree86/vgahw/Makefile.am -- module */ 118 /* hw/xfree86/fbdevhw/Makefile.am -- module */ 154 /* hw/xfree86/shadowfb/Makefile.am -- module */ 185 /* hw/xfree86/dri/Makefile.am -- module */ 212 /* dbe/Makefile.am -- module */ [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/internal/services/ |
| H A D | svprop.h | 30 (*FT_Properties_SetFunc)( FT_Module module, 36 (*FT_Properties_GetFunc)( FT_Module module,
|
| /xsrc/external/mit/freetype/dist/builds/meson/ |
| H A D | parse_modules_cfg.py | 71 for module in lists["HINTING_MODULES"]: 73 "FT_USE_MODULE( FT_Module_Class, %s_module_class )\n" % module 76 for module in lists["RASTER_MODULES"]: 80 }.get(module) 85 for module in lists["AUX_MODULES"]: 86 if module in ("psaux", "psnames", "otvalid", "gxvalid"): 88 "FT_USE_MODULE( FT_Module_Class, %s_module_class )\n" % module
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/ |
| H A D | gralloc.h | 36 * Module versioning information for the Gralloc hardware module, based on 42 * Initial Gralloc hardware module API. 58 * The id of this module 93 /* buffer will be used by the HWComposer HAL module */ 137 /* Mask of all flags which could be passed to a gralloc module for buffer 153 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM 155 * followed by module specific information. 175 int (*registerBuffer)(struct gralloc_module_t const* module, 190 int (*unregisterBuffer)(struct gralloc_module_t const* module, 228 int (*lock)(struct gralloc_module_t const* module, 404 gralloc_open(const struct hw_module_t * module,struct alloc_device_t ** device) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | kernel.hpp | 73 create(const module::argument &marg); 91 const module::argument &marg) = 0; 114 const std::vector<clover::module::argument> &margs); 142 const clover::module &module(const command_queue &q) const; 150 const module::argument &marg); 162 const module::argument &marg); 175 const module::argument &marg); 186 const module::argument &marg); 207 const module [all...] |