Home
last modified time | relevance | path

Searched defs:ctx (Results 4726 - 4750 of 9409) sorted by relevance

1...<<181182183184185186187188189190>>...377

/third_party/skia/tests/
H A DTypefaceTest.cpp471 static bool count_proc(SkTypeface* face, void* ctx) { in count_proc() argument
H A DSerialProcsTest.cpp111 array_serial_proc(SkPicture* pic, void* ctx) array_serial_proc() argument
120 array_deserial_proc(const void* data, size_t size, void* ctx) array_deserial_proc() argument
136 Context ctx; test_pictures() local
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_mac_ct.cpp243 CFAllocatorContext ctx = { in cfdata_from_skdata() local
/third_party/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient.cpp172 auto* ctx = alloc->make<SkRasterPipeline_2PtConicalCtx>(); in appendGradientStages() local
181 auto* ctx = alloc->make<SkRasterPipeline_2PtConicalCtx>(); in appendGradientStages() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp317 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in createComputePipelineAsync() local
360 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in createRenderPipelineAsync() local
457 auto* ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in popErrorScope() local
[all...]
/third_party/openssl/test/
H A Ddanetest.c290 static int test_tlsafile(SSL_CTX *ctx, const char *base_name, in test_tlsafile() argument
386 SSL_CTX *ctx = NULL; in run_tlsatest() local
[all...]
H A Dproperty_test.c573 OSSL_LIB_CTX *ctx = NULL; in test_fips_mode() local
[all...]
H A Devp_fetch_prov_test.c61 EVP_MD_CTX *ctx; in calculate_digest() local
81 OSSL_LIB_CTX *ctx = NULL; in load_providers() local
158 OSSL_LIB_CTX *ctx = NULL; test_implicit_EVP_MD_fetch() local
171 OSSL_LIB_CTX *ctx = NULL; test_explicit_EVP_MD_fetch() local
245 EVP_CIPHER_CTX *ctx = NULL; encrypt_decrypt() local
276 OSSL_LIB_CTX *ctx = NULL; test_implicit_EVP_CIPHER_fetch() local
289 OSSL_LIB_CTX *ctx = NULL; test_explicit_EVP_CIPHER_fetch() local
[all...]
H A Denginetest.c196 static int test_encrypt(EVP_PKEY_CTX *ctx, unsigned char *sig, in test_encrypt() argument
256 EVP_PKEY_CTX *ctx = NULL; in test_redirect() local
[all...]
/third_party/openssl/apps/
H A Dengine.c286 struct util_store_cap_data *ctx = arg; in util_store_cap() local
H A Dgenpkey.c67 EVP_PKEY_CTX *ctx = NULL; in genpkey_main() local
241 EVP_PKEY_CTX *ctx = NULL; init_keygen_file() local
286 EVP_PKEY_CTX *ctx = NULL; init_gen_str() local
321 genpkey_cb(EVP_PKEY_CTX *ctx) genpkey_cb() argument
[all...]
H A Dgenrsa.c84 EVP_PKEY_CTX *ctx = NULL; in genrsa_main() local
251 genrsa_cb(EVP_PKEY_CTX *ctx) genrsa_cb() argument
[all...]
/third_party/openssl/crypto/ct/
H A Dct_log.c63 CTLOG_STORE_LOAD_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx)); in ctlog_store_load_ctx_new() local
71 static void ctlog_store_load_ctx_free(CTLOG_STORE_LOAD_CTX* ctx) in ctlog_store_load_ctx_free() argument
/third_party/openssl/crypto/ec/
H A Decp_s390x_nistp.c47 ec_GFp_s390x_nistp_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx, unsigned int fc, int len) ec_GFp_s390x_nistp_mul() argument
230 BN_CTX *ctx; ecdsa_s390x_nistp_verify_sig() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Ddag.h141 void DAGBase<T>::initCounters(RunContext* ctx, Allocator* allocator) { in initCounters() argument
150 bool DAGBase<T>::notify(RunContext* ctx, NodeIndex nodeIdx) { in notify() argument
164 void DAGBase<T>::invoke(RunContext* ctx, NodeIndex nodeIdx, WaitGroup* wg) { in invoke() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp48 AArch64MCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx) in AArch64MCCodeEmitter() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp74 AMDGPUMCInstLower::AMDGPUMCInstLower(MCContext &ctx, in AMDGPUMCInstLower() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp52 SIMCCodeEmitter(const MCInstrInfo &mcii, const MCRegisterInfo &mri, MCContext &ctx) SIMCCodeEmitter() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp47 RISCVMCCodeEmitter(MCContext &ctx, MCInstrInfo const &MCII) in RISCVMCCodeEmitter() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp40 SystemZMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx) in SystemZMCCodeEmitter() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmodule_scope_var_to_entry_point_param.cc55 CloneContext& ctx; member
352 Run(CloneContext& ctx, const DataMap&, DataMap&) Run() argument
[all...]
H A Drobustness.cc37 CloneContext& ctx; member
296 Run(CloneContext& ctx, const DataMap& inputs, DataMap&) Run() argument
[all...]
H A Dzero_init_workgroup_memory.cc39 CloneContext& ctx; member
436 Run(CloneContext& ctx, const DataMap&, DataMap&) Run() argument
[all...]
/third_party/skia/tools/gpu/gl/
H A DGLTestContext.cpp58 std::unique_ptr<GLGpuTimer> GLGpuTimer::MakeIfSupported(const sk_gpu_test::GLTestContext* ctx) { in MakeIfSupported() argument
80 GLGpuTimer::GLGpuTimer(bool disjointSupport, const sk_gpu_test::GLTestContext* ctx, const char* ext) in GLGpuTimer() argument
174 fence_is_supported(const GLTestContext* ctx) fence_is_supported() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DEGLImageWrappingTests.cpp140 EGLContext ctx = egl.GetCurrentContext(); in CreateEGLImage() local

Completed in 24 milliseconds

1...<<181182183184185186187188189190>>...377