Home
last modified time | relevance | path

Searched refs:load_function (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_load_functions_table.py115 for gl_type, load_function in sorted(type_functions.items()):
117 requiresConversion = str('LoadToNative<' not in load_function).lower()
118 …snippet += " return LoadImageFunctionInfo(" + load_function + ", " + requiresConversion…
166 for gl_type, load_function in sorted(
169 type_functions[gl_type] = load_function
Dgen_load_texture_border_functions_table.py72 def get_load_func(func_name, load_function): argument
75 snippet += " return LoadTextureBorderFunctionInfo(" + load_function + ");\n"
102 for angle_format, load_function in sorted(angle_format_func.items()):
108 load_functions_data += get_load_func(func_name, load_function)
/third_party/vulkan-loader/tests/
Dloader_debug_ext_tests.cpp894 auto load_function = [&inst, &dev, use_GIPA](const char* func_name) { in CheckDeviceFunctions() local
899 …PFN_vkDebugMarkerSetObjectTagEXT DebugMarkerSetObjectTagEXT = load_function("vkDebugMarkerSetObjec… in CheckDeviceFunctions()
900 …PFN_vkDebugMarkerSetObjectNameEXT DebugMarkerSetObjectNameEXT = load_function("vkDebugMarkerSetObj… in CheckDeviceFunctions()
901 PFN_vkCmdDebugMarkerBeginEXT CmdDebugMarkerBeginEXT = load_function("vkCmdDebugMarkerBeginEXT"); in CheckDeviceFunctions()
902 PFN_vkCmdDebugMarkerEndEXT CmdDebugMarkerEndEXT = load_function("vkCmdDebugMarkerEndEXT"); in CheckDeviceFunctions()
903 …PFN_vkCmdDebugMarkerInsertEXT CmdDebugMarkerInsertEXT = load_function("vkCmdDebugMarkerInsertEXT"); in CheckDeviceFunctions()
905 …PFN_vkSetDebugUtilsObjectNameEXT SetDebugUtilsObjectNameEXT = load_function("vkSetDebugUtilsObject… in CheckDeviceFunctions()
906 …PFN_vkSetDebugUtilsObjectTagEXT SetDebugUtilsObjectTagEXT = load_function("vkSetDebugUtilsObjectTa… in CheckDeviceFunctions()
907 …PFN_vkQueueBeginDebugUtilsLabelEXT QueueBeginDebugUtilsLabelEXT = load_function("vkQueueBeginDebug… in CheckDeviceFunctions()
908 …PFN_vkQueueEndDebugUtilsLabelEXT QueueEndDebugUtilsLabelEXT = load_function("vkQueueEndDebugUtilsL… in CheckDeviceFunctions()
[all …]
/third_party/node/deps/openssl/openssl/crypto/store/
Dstore_register.c110 OSSL_STORE_load_fn load_function) in OSSL_STORE_LOADER_set_load() argument
112 loader->load = load_function; in OSSL_STORE_LOADER_set_load()
/third_party/openssl/crypto/store/
Dstore_register.c110 OSSL_STORE_load_fn load_function) in OSSL_STORE_LOADER_set_load() argument
112 loader->load = load_function; in OSSL_STORE_LOADER_set_load()
/third_party/openssl/ohos_lite/include/openssl/
Dstore.h240 OSSL_STORE_load_fn load_function);
/third_party/node/deps/openssl/openssl/include/openssl/
Dstore.h335 OSSL_STORE_load_fn load_function);
/third_party/openssl/include/openssl/
Dstore.h335 OSSL_STORE_load_fn load_function);