Home
last modified time | relevance | path

Searched refs:bind_fn (Results 1 – 25 of 96) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dshare_group.cc74 BindFn bind_fn) override { in MarkAsUsedForBind() argument
77 (gl_impl->*bind_fn)(target, id); in MarkAsUsedForBind()
84 BindIndexedFn bind_fn) override { in MarkAsUsedForBind() argument
87 (gl_impl->*bind_fn)(target, index, id); in MarkAsUsedForBind()
96 BindIndexedRangeFn bind_fn) override { in MarkAsUsedForBind() argument
99 (gl_impl->*bind_fn)(target, index, id, offset, size); in MarkAsUsedForBind()
191 BindFn bind_fn) override { in MarkAsUsedForBind() argument
201 (gl_impl->*bind_fn)(target, id); in MarkAsUsedForBind()
208 BindIndexedFn bind_fn) override { in MarkAsUsedForBind() argument
218 (gl_impl->*bind_fn)(target, index, id); in MarkAsUsedForBind()
[all …]
H A Dshare_group.h78 BindFn bind_fn) = 0;
85 BindIndexedFn bind_fn) = 0;
94 BindIndexedRangeFn bind_fn) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dshare_group.cc74 BindFn bind_fn) override { in MarkAsUsedForBind() argument
77 (gl_impl->*bind_fn)(target, id); in MarkAsUsedForBind()
84 BindIndexedFn bind_fn) override { in MarkAsUsedForBind() argument
87 (gl_impl->*bind_fn)(target, index, id); in MarkAsUsedForBind()
96 BindIndexedRangeFn bind_fn) override { in MarkAsUsedForBind() argument
99 (gl_impl->*bind_fn)(target, index, id, offset, size); in MarkAsUsedForBind()
191 BindFn bind_fn) override { in MarkAsUsedForBind() argument
201 (gl_impl->*bind_fn)(target, id); in MarkAsUsedForBind()
208 BindIndexedFn bind_fn) override { in MarkAsUsedForBind() argument
218 (gl_impl->*bind_fn)(target, index, id); in MarkAsUsedForBind()
[all …]
H A Dshare_group.h79 BindFn bind_fn) = 0;
86 BindIndexedFn bind_fn) = 0;
95 BindIndexedRangeFn bind_fn) = 0;
/dports/www/node10/node-v10.24.1/test/addons/openssl-client-cert-engine/
H A Dtestengine.cc84 int bind_fn(ENGINE* engine, const char* id) { in bind_fn() function
97 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn);
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DUnify.hs415 tcUnifyTys bind_fn tys1 tys2
416 = case tcUnifyTysFG bind_fn tys1 tys2 of
424 tcUnifyTyKis bind_fn tys1 tys2
425 = case tcUnifyTyKisFG bind_fn tys1 tys2 of
470 tcUnifyTysFG bind_fn tys1 tys2
471 = tc_unify_tys_fg False bind_fn tys1 tys2
476 tcUnifyTyKisFG bind_fn tys1 tys2
477 = tc_unify_tys_fg True bind_fn tys1 tys2
483 tc_unify_tys_fg match_kis bind_fn tys1 tys2
484 = do { (env, _) <- tc_unify_tys bind_fn True False match_kis env
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DUnify.hs415 tcUnifyTys bind_fn tys1 tys2
416 = case tcUnifyTysFG bind_fn tys1 tys2 of
424 tcUnifyTyKis bind_fn tys1 tys2
425 = case tcUnifyTyKisFG bind_fn tys1 tys2 of
470 tcUnifyTysFG bind_fn tys1 tys2
471 = tc_unify_tys_fg False bind_fn tys1 tys2
476 tcUnifyTyKisFG bind_fn tys1 tys2
477 = tc_unify_tys_fg True bind_fn tys1 tys2
483 tc_unify_tys_fg match_kis bind_fn tys1 tys2
484 = do { (env, _) <- tc_unify_tys bind_fn True False match_kis env
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DUnify.hs415 tcUnifyTys bind_fn tys1 tys2
416 = case tcUnifyTysFG bind_fn tys1 tys2 of
424 tcUnifyTyKis bind_fn tys1 tys2
425 = case tcUnifyTyKisFG bind_fn tys1 tys2 of
470 tcUnifyTysFG bind_fn tys1 tys2
471 = tc_unify_tys_fg False bind_fn tys1 tys2
476 tcUnifyTyKisFG bind_fn tys1 tys2
477 = tc_unify_tys_fg True bind_fn tys1 tys2
483 tc_unify_tys_fg match_kis bind_fn tys1 tys2
484 = do { (env, _) <- tc_unify_tys bind_fn True False match_kis env
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/functions/
H A Dfunction_impl.h51 sctx->bind_fn(type##_ptr, cnt, QueryLoc::null); \
62 sctx->bind_fn(type##_ptr, cnt, QueryLoc::null); \
/dports/security/libp11/libp11-libp11-0.4.11/src/
H A Deng_front.c244 static int bind_fn(ENGINE *e, const char *id) in bind_fn() function
258 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DUnify.hs524 tcUnifyTys bind_fn tys1 tys2
525 = case tcUnifyTysFG bind_fn tys1 tys2 of
533 tcUnifyTyKis bind_fn tys1 tys2
534 = case tcUnifyTyKisFG bind_fn tys1 tys2 of
585 tcUnifyTysFG bind_fn tys1 tys2
586 = tc_unify_tys_fg False bind_fn tys1 tys2
591 tcUnifyTyKisFG bind_fn tys1 tys2
592 = tc_unify_tys_fg True bind_fn tys1 tys2
598 tc_unify_tys_fg match_kis bind_fn tys1 tys2
599 = do { (env, _) <- tc_unify_tys bind_fn True False match_kis env
[all …]
/dports/graphics/blender/blender-2.91.0/intern/ghost/
H A DGHOST_IXrContext.h36 virtual void setGraphicsContextBindFuncs(GHOST_XrGraphicsContextBindFn bind_fn,
/dports/security/libressl/libressl-3.4.3/crypto/engine/
H A Deng_openssl.c207 bind_fn(ENGINE *e, const char *id) in bind_fn() function
216 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/security/libressl-static/libressl-3.3.5/crypto/engine/
H A Deng_openssl.c207 bind_fn(ENGINE *e, const char *id) in bind_fn() function
216 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/engine/
H A Deng_openssl.c207 bind_fn(ENGINE *e, const char *id) in bind_fn() function
216 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/engine/
H A Deng_openssl.c197 static int bind_fn(ENGINE *e, const char *id) in bind_fn() function
206 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/engine/
H A Deng_openssl.c207 bind_fn(ENGINE *e, const char *id) in bind_fn() function
216 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/www/obhttpd/libressl-3.4.1/crypto/engine/
H A Deng_openssl.c207 bind_fn(ENGINE *e, const char *id) in bind_fn() function
216 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/engine/
H A Deng_openssl.c209 static int bind_fn(ENGINE *e, const char *id) in bind_fn() function
219 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/engine/
H A Deng_openssl.c209 static int bind_fn(ENGINE *e, const char *id) in bind_fn() function
219 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/engine/
H A Deng_openssl.c209 static int bind_fn(ENGINE *e, const char *id) in bind_fn() function
219 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/engine/
H A Deng_openssl.c209 static int bind_fn(ENGINE *e, const char *id) in bind_fn() function
219 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/engine/
H A Deng_openssl.c209 static int bind_fn(ENGINE *e, const char *id) in bind_fn() function
219 IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DFunDeps.hs641 = case tcUnifyTyKis bind_fn ltys1 ltys2 of
646 tcUnifyTyKis bind_fn (substTysUnchecked subst rtys1) (substTysUnchecked subst rtys2)
653 bind_fn tv | tv `elemVarSet` qtv_set1 = BindMe function
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dstl_util_test.cc115 auto bind_fn = std::bind(int_to_str, std::placeholders::_1); in TEST() local
116 actual = MapVector(bind_fn, input); in TEST()

1234