Home
last modified time | relevance | path

Searched defs:instantiate (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/src/gpu/mock/
DGrMockSurfaceProxy.h26 bool instantiate(GrResourceProvider*) override { return false; } in instantiate() function
/third_party/skia/experimental/graphite/src/
DTextureProxy.cpp20 bool TextureProxy::instantiate(ResourceProvider* resourceProvider) { in instantiate() function in skgpu::TextureProxy
/third_party/libabigail/tests/data/test-abidiff-exit/
Dtest-leaf-cxx-members-v0.cc10 ops instantiate = x; in reg() local
Dtest-leaf-cxx-members-v1.cc15 ops instantiate = x; in reg() local
/third_party/node/lib/internal/modules/esm/
Dmodule_job.js98 instantiate() { method in ModuleJob
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRegistry.h37 std::unique_ptr<T> instantiate() const { return Ctor(); } in instantiate() function
/third_party/skia/src/gpu/
DGrRenderTargetProxy.cpp78 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate() function in GrRenderTargetProxy
DGrTextureRenderTargetProxy.cpp118 bool GrTextureRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate() function in GrTextureRenderTargetProxy
DGrTextureProxy.cpp120 bool GrTextureProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate() function in GrTextureProxy
DGrDynamicAtlas.cpp188 void GrDynamicAtlas::instantiate(GrOnFlushResourceProvider* onFlushRP, in instantiate() function in GrDynamicAtlas
DGrDrawOpAtlas.cpp51 void GrDrawOpAtlas::instantiate(GrOnFlushResourceProvider* onFlushResourceProvider) { in instantiate() function in GrDrawOpAtlas
/third_party/node/deps/v8/tools/wasm/
Dwasm-import-profiler.js76 WebAssembly.instantiate = (m, imports, ...args) => { function
/third_party/openssl/providers/implementations/rands/
Ddrbg_local.h78 int (*instantiate)(PROV_DRBG *drbg, member
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg_local.h78 int (*instantiate)(PROV_DRBG *drbg, member
/third_party/pulseaudio/src/modules/
Dladspa.h436 LADSPA_Handle (*instantiate)(const struct _LADSPA_Descriptor * Descriptor, member
/third_party/alsa-lib/src/pcm/
Dladspa.h437 LADSPA_Handle (*instantiate)(const struct _LADSPA_Descriptor * Descriptor, member
/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_rand.c35 OSSL_FUNC_rand_instantiate_fn *instantiate; member
/third_party/openssl/crypto/evp/
Devp_rand.c35 OSSL_FUNC_rand_instantiate_fn *instantiate; member
/third_party/googletest/googletest/test/
Dgoogletest-output-test_.cc767 TypeParam instantiate; in TYPED_TEST_P() local
/third_party/rust/crates/cxx/syntax/
Dmod.rs15 pub mod instantiate; module
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js1272 instantiate(ffi) { method in WasmModuleBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1652 DefInit *VarDefInit::instantiate() { in instantiate() function in VarDefInit
/third_party/python/Modules/
D_pickle.c5815 instantiate(PyObject *cls, PyObject *args) in instantiate() function