Home
last modified time | relevance | path

Searched refs:ctx (Results 5851 - 5875 of 7097) sorted by relevance

1...<<231232233234235236237238239240>>...284

/third_party/skia/src/gpu/
H A DGrBackendTextureImageGenerator.h58 static void ReleaseRefHelper_TextureReleaseProc(void* ctx);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.h50 void setCurrentContext(Context *ctx);
/third_party/openssl/include/crypto/
H A Ddsa.h38 int ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa,
/third_party/openssl/crypto/x509/
H A Dv3_utf8.c48 X509V3_CTX *ctx, const char *str) in s2i_ASN1_UTF8STRING()
47 s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) s2i_ASN1_UTF8STRING() argument
H A Dv3_ia5.c44 X509V3_CTX *ctx, const char *str) in s2i_ASN1_IA5STRING()
43 s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) s2i_ASN1_IA5STRING() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dcost_enc.h42 int VP8RecordCoeffs(int ctx, const VP8Residual* const res);
/third_party/skia/third_party/externals/tint/src/ast/
H A Dfunction.h67 /// `ctx`.
68 /// @param ctx the clone context
70 const Function* Clone(CloneContext* ctx) const override;
H A Dstorage_texture.h99 /// Clones this type and all transitive types using the `CloneContext` `ctx`.
100 /// @param ctx the clone context
102 const StorageTexture* Clone(CloneContext* ctx) const override;
/third_party/skia/modules/svg/include/
H A DSkSVGFe.h40 sk_sp<SkImageFilter> makeImageFilter(const SkSVGRenderContext& ctx,
/third_party/spirv-tools/source/opt/
H A Dliveness.h35 LivenessManager(IRContext* ctx);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dikev2.h49 const u8 * (*get_shared_secret)(void *ctx, const u8 *IDr,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dikev2.h49 const u8 * (*get_shared_secret)(void *ctx, const u8 *IDr,
/third_party/elfutils/src/
H A Dobjdump.c684 DisasmCtx_t *ctx = disasm_begin (ebl, ebl->elf, NULL /* XXX TODO */); in show_disasm() local
685 if (ctx == NULL) in show_disasm()
735 disasm_cb (ctx, &info.cur, info.cur + data->d_size, info.addr, in show_disasm()
743 (void) disasm_end (ctx); in show_disasm()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp399 struct mesa_sha1 ctx;
402 _mesa_sha1_init(&ctx);
404 if (!disk_cache_get_function_identifier((void *)clover::nir::create_clc_disk_cache, &ctx))
407 _mesa_sha1_final(&ctx, sha1);
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsmove.c808 ntfs_attr_search_ctx *ctx; in move_file() local
832 ctx = ntfs_attr_get_search_ctx(ino, NULL); in move_file()
834 while ((rec = find_attribute(AT_UNUSED, ctx))) { in move_file()
852 ntfs_attr_put_search_ctx(ctx); in move_file()
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c857 struct gl_context *ctx, in _mesa_fprint_program_parameters()
883 _mesa_load_state_parameters(ctx, prog->Parameters); in _mesa_fprint_program_parameters()
900 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters() argument
902 _mesa_fprint_program_parameters(stderr, ctx, prog); in _mesa_print_program_parameters()
856 _mesa_fprint_program_parameters(FILE *f, struct gl_context *ctx, const struct gl_program *prog) _mesa_fprint_program_parameters() argument
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c47 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() argument
76 _mesa_sha1_update(ctx, &time, sizeof(time)); in disk_cache_get_function_identifier()
142 * name of the new path (ralloc'ed off of 'ctx').
151 concatenate_and_mkdir(void *ctx, const char *path, const char *name) in concatenate_and_mkdir() argument
159 new_path = ralloc_asprintf(ctx, "%s/%s", path, name); in concatenate_and_mkdir()
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-optimizer.cpp31 bi_optimizer(bi_context *ctx) in bi_optimizer() argument
33 bi_opt_mod_prop_forward(ctx); in bi_optimizer()
34 bi_opt_mod_prop_backward(ctx); in bi_optimizer()
35 bi_opt_dead_code_eliminate(ctx); in bi_optimizer()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h281 pipe_surface_reset(struct pipe_context *ctx, struct pipe_surface* ps, in pipe_surface_reset() argument
290 ps->context = ctx; in pipe_surface_reset()
294 pipe_surface_init(struct pipe_context *ctx, struct pipe_surface* ps, in pipe_surface_init() argument
299 pipe_surface_reset(ctx, ps, pt, level, layer); in pipe_surface_init()
/third_party/node/deps/openssl/openssl/apps/
H A Dsmime.c23 static int smime_cb(int ok, X509_STORE_CTX *ctx);
697 static int smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb() argument
701 error = X509_STORE_CTX_get_error(ctx); in smime_cb()
707 policies_print(ctx); in smime_cb()
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c678 if (s->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()
683 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
708 if (s->ctx->app_gen_cookie_cb == NULL || in DTLSv1_listen()
709 s->ctx->app_gen_cookie_cb(s, cookie, &cookielen) == 0 || in DTLSv1_listen()
/third_party/openssl/apps/
H A Dsmime.c23 static int smime_cb(int ok, X509_STORE_CTX *ctx);
696 static int smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb() argument
700 error = X509_STORE_CTX_get_error(ctx); in smime_cb()
706 policies_print(ctx); in smime_cb()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp333 UnusedVariableContext(const InstanceContext& ctx, const ShaderTaskArray& tasks, const VariableLocation& location) in UnusedVariableContext()
334 : instanceContext(ctx), shaderTasks(), variableLocation(location) in UnusedVariableContext()
373 void createCombinedModule (vk::SourceCollections& dst, InstanceContext ctx);
376 void createUnusedVariableModules (vk::SourceCollections& dst, UnusedVariableContext ctx);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h208 void ensureRenderPipelineStateCacheInitialized(ContextMtl *ctx, uint32_t numColorAttachments);
240 void ensureRenderPipelineStateCacheInitialized(ContextMtl *ctx,
285 void ensureRenderPipelineStateCacheInitialized(ContextMtl *ctx,
300 ContextMtl *ctx,
/third_party/openssl/ssl/
H A Dd1_lib.c661 if (s->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()
666 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
691 if (s->ctx->app_gen_cookie_cb == NULL || in DTLSv1_listen()
692 s->ctx->app_gen_cookie_cb(s, cookie, &cookielen) == 0 || in DTLSv1_listen()

Completed in 21 milliseconds

1...<<231232233234235236237238239240>>...284