Home
last modified time | relevance | path

Searched defs:library (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/System/
DSharedLibrary.hpp37 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary() local
53 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary() local
82 inline void freeLibrary(void *library) in freeLibrary()
87 inline void *getProcAddress(void *library, const char *name) in getProcAddress()
114 inline void freeLibrary(void *library) in freeLibrary()
122 inline void *getProcAddress(void *library, const char *name) in getProcAddress()
137 inline void getFuncAddress(void *library, const char *functionName, FunctionPointer *out) in getFuncAddress()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeDynamicLibrary.c39 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local
53 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close()
60 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
88 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local
102 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close()
109 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
/third_party/rust/crates/clang-sys/src/
Dlink.rs187 let library = libloading::Library::new(&path).map_err(|e| { localVariable
195 let mut library = SharedLibrary::new(library?, path); localVariable
214 let library = Arc::new(load_manually()?); localVariable
225 let library = set_library(None); localVariable
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSharedLibrary.hpp38 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary() local
54 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary() local
83 inline void freeLibrary(void *library) in freeLibrary()
88 inline void *getProcAddress(void *library, const char *name) in getProcAddress()
115 inline void freeLibrary(void *library) in freeLibrary()
123 inline void *getProcAddress(void *library, const char *name) in getProcAddress()
/third_party/skia/third_party/externals/freetype/src/base/
Dftrfork.c50 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo()
179 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets()
443 FT_Raccess_Guess( FT_Library library, in FT_Raccess_Guess()
476 raccess_get_rule_type_from_rule_index( FT_Library library, in raccess_get_rule_type_from_rule_index()
492 ft_raccess_rule_by_darwin_vfs( FT_Library library, in ft_raccess_rule_by_darwin_vfs()
509 raccess_guess_apple_double( FT_Library library, in raccess_guess_apple_double()
531 raccess_guess_apple_single( FT_Library library, in raccess_guess_apple_single()
553 raccess_guess_darwin_ufs_export( FT_Library library, in raccess_guess_darwin_ufs_export()
583 raccess_guess_darwin_hfsplus( FT_Library library, in raccess_guess_darwin_hfsplus()
619 raccess_guess_darwin_newvfs( FT_Library library, in raccess_guess_darwin_newvfs()
[all …]
Dftinit.c80 FT_Add_Default_Modules( FT_Library library ) in FT_Add_Default_Modules()
112 FT_Set_Default_Properties( FT_Library library ) in FT_Set_Default_Properties()
188 FT_Set_Default_Properties( FT_Library library ) in FT_Set_Default_Properties()
239 FT_Done_FreeType( FT_Library library ) in FT_Done_FreeType()
Dftlcdfil.c290 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
309 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
359 FT_Library_SetLcdGeometry( FT_Library library, in FT_Library_SetLcdGeometry()
396 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
407 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
420 FT_Library_SetLcdGeometry( FT_Library library, in FT_Library_SetLcdGeometry()
Dftglyph.c65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local
98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local
114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local
165 FT_Library library = FT_GLYPH( glyph )->library; in FT_DEFINE_GLYPH() local
209 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local
363 FT_New_Glyph( FT_Library library, in FT_New_Glyph()
548 FT_Library library; in FT_Glyph_To_Bitmap() local
Dftobjs.c193 FT_Stream_New( FT_Library library, in FT_Stream_New()
842 FT_Library library; in FT_Load_Glyph() local
1512 FT_New_Face( FT_Library library, in FT_New_Face()
1537 FT_New_Memory_Face( FT_Library library, in FT_New_Memory_Face()
1608 new_memory_stream( FT_Library library, in new_memory_stream()
1644 open_face_from_buffer( FT_Library library, in open_face_from_buffer()
1780 open_face_PS_from_sfnt_stream( FT_Library library, in open_face_PS_from_sfnt_stream()
1871 Mac_Read_POST_Resource( FT_Library library, in Mac_Read_POST_Resource()
2093 Mac_Read_sfnt_Resource( FT_Library library, in Mac_Read_sfnt_Resource()
2166 IsMacResource( FT_Library library, in IsMacResource()
[all …]
Dftmac.c700 FT_New_Face_From_LWFN( FT_Library library, in FT_New_Face_From_LWFN()
732 FT_New_Face_From_SFNT( FT_Library library, in FT_New_Face_From_SFNT()
804 FT_New_Face_From_Suitcase( FT_Library library, in FT_New_Face_From_Suitcase()
852 FT_New_Face_From_FOND( FT_Library library, in FT_New_Face_From_FOND()
926 FT_New_Face_From_Resource( FT_Library library, in FT_New_Face_From_Resource()
968 FT_New_Face( FT_Library library, in FT_New_Face()
1010 FT_New_Face_From_FSRef( FT_Library library, in FT_New_Face_From_FSRef()
1055 FT_New_Face_From_FSSpec( FT_Library library, in FT_New_Face_From_FSSpec()
Dftbitmap.c63 FT_Bitmap_Copy( FT_Library library, in FT_Bitmap_Copy()
307 FT_Bitmap_Embolden( FT_Library library, in FT_Bitmap_Embolden()
515 FT_Bitmap_Convert( FT_Library library, in FT_Bitmap_Convert()
798 FT_Bitmap_Blend( FT_Library library, in FT_Bitmap_Blend()
1155 FT_Bitmap_Done( FT_Library library, in FT_Bitmap_Done()
/third_party/skia/src/ports/
DSkOSLibrary_posix.cpp18 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress()
22 bool SkFreeDynamicLibrary(void* library) { in SkFreeDynamicLibrary()
DSkOSLibrary_win.cpp17 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress()
21 bool SkFreeDynamicLibrary(void* library) { in SkFreeDynamicLibrary()
/third_party/mesa3d/src/util/
Du_dl.c57 util_dl_get_proc_address(struct util_dl_library *library, in util_dl_get_proc_address()
71 util_dl_close(struct util_dl_library *library) in util_dl_close()
/third_party/python/Tools/scripts/
Dsmelly.py37 def get_exported_symbols(library, dynamic=False): argument
91 def check_library(library, dynamic=False): argument
/third_party/vk-gl-cts/framework/egl/
DegluGLFunctionLoader.cpp32 GLFunctionLoader::GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* library) in GLFunctionLoader()
62 tcu::FunctionLibrary* library = DE_NULL; in getLibrary() local
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_afm.c75 parse_afm( FT_Library library, in parse_afm()
113 FT_Library library; in main() local
/third_party/node/test/parallel/
Dtest-crypto.js240 library: 'rsa routines', property
244 library: 'rsa routines', property
267 library: 'asn1 encoding routines', property
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffdrivr.c331 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_glyph_name() local
401 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_name_index() local
618 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_ps_name() local
660 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_cmap_info() local
1092 FT_Library library; in FT_CALLBACK_DEF() local
/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c1080 FT_New_Face_From_LWFN( FT_Library library, in FT_New_Face_From_LWFN()
1112 FT_New_Face_From_SFNT( FT_Library library, in FT_New_Face_From_SFNT()
1181 FT_New_Face_From_Suitcase( FT_Library library, in FT_New_Face_From_Suitcase()
1229 FT_New_Face_From_FOND( FT_Library library, in FT_New_Face_From_FOND()
1347 FT_New_Face_From_Resource( FT_Library library, in FT_New_Face_From_Resource()
1388 FT_New_Face( FT_Library library, in FT_New_Face()
1428 FT_New_Face_From_FSRef( FT_Library library, in FT_New_Face_From_FSRef()
1486 FT_New_Face_From_FSSpec( FT_Library library, in FT_New_Face_From_FSSpec()
/third_party/skia/third_party/externals/spirv-tools/utils/
Dcheck_symbol_exports.py50 def check_library(library): argument
/third_party/spirv-tools/utils/
Dcheck_symbol_exports.py50 def check_library(library): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_symbol_exports.py50 def check_library(library): argument
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dlibvulkan_loader.cpp46 std::unique_ptr<Library> library( in OpenLibVulkan() local
/third_party/skia/third_party/externals/freetype/tests/issue-1063/
Dmain.c10 FT_Library library; in main() local

1234