/third_party/skia/src/gpu/ |
H A D | GrBackendTextureImageGenerator.h | 58 static void ReleaseRefHelper_TextureReleaseProc(void* ctx);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.h | 50 void setCurrentContext(Context *ctx);
|
/third_party/openssl/include/crypto/ |
H A D | dsa.h | 38 int ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa,
|
/third_party/openssl/crypto/x509/ |
H A D | v3_utf8.c | 48 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 D | v3_ia5.c | 44 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 D | cost_enc.h | 42 int VP8RecordCoeffs(int ctx, const VP8Residual* const res);
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | function.h | 67 /// `ctx`. 68 /// @param ctx the clone context 70 const Function* Clone(CloneContext* ctx) const override;
|
H A D | storage_texture.h | 99 /// 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 D | SkSVGFe.h | 40 sk_sp<SkImageFilter> makeImageFilter(const SkSVGRenderContext& ctx,
|
/third_party/spirv-tools/source/opt/ |
H A D | liveness.h | 35 LivenessManager(IRContext* ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | ikev2.h | 49 const u8 * (*get_shared_secret)(void *ctx, const u8 *IDr,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | ikev2.h | 49 const u8 * (*get_shared_secret)(void *ctx, const u8 *IDr,
|
/third_party/elfutils/src/ |
H A D | objdump.c | 684 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 D | invocation.cpp | 399 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 D | ntfsmove.c | 808 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 D | prog_print.c | 857 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 D | disk_cache_os.c | 47 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 D | test-optimizer.cpp | 31 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 D | u_inlines.h | 281 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 D | smime.c | 23 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 D | d1_lib.c | 678 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 D | smime.c | 23 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 D | vktSpvAsmGraphicsShaderTestUtil.hpp | 333 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 D | mtl_render_utils.h | 208 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 D | d1_lib.c | 661 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()
|