Home
last modified time | relevance | path

Searched defs:gctx (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c151 struct egl_g3d_context *gctx; in egl_g3d_create_context() local
194 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in destroy_context() local
489 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_make_current() local
559 struct egl_g3d_context *gctx = NULL; in swap_buffers() local
649 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_copy_buffers() local
661 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_wait_client() local
698 struct egl_g3d_context *gctx; in egl_g3d_bind_tex_image() local
765 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_release_tex_image() local
Degl_g3d_sync.c79 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_insert_fence_sync() local
232 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_client_wait_sync() local
/external/jemalloc/src/
Dprof.c555 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsd, size, in prof_gctx_create() local
574 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, in prof_gctx_try_destroy()
624 prof_gctx_should_destroy(prof_gctx_t *gctx) in prof_gctx_should_destroy()
641 prof_gctx_t *gctx = tctx->gctx; in prof_tctx_destroy() local
714 } gctx; in prof_lookup_global() local
780 prof_gctx_t *gctx; in prof_lookup() local
1069 prof_tctx_merge_gctx(prof_tctx_t *tctx, prof_gctx_t *gctx) in prof_tctx_merge_gctx()
1152 prof_dump_gctx_prep(prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) in prof_dump_gctx_prep()
1173 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *arg) in prof_gctx_merge_iter()
1190 prof_gctx_t *gctx; in prof_gctx_finish() local
[all …]
/external/boringssl/src/crypto/cipher/
De_aes.c267 #define AES_GCM_ASM(gctx) \ argument
471 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; in aes_gcm_init_key() local
501 EVP_AES_GCM_CTX *gctx = c->cipher_data; in aes_gcm_cleanup() local
525 EVP_AES_GCM_CTX *gctx = c->cipher_data; in aes_gcm_ctrl() local
637 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; in aes_gcm_cipher() local
884 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; in aesni_gcm_init_key() local
/external/jemalloc/include/jemalloc/internal/
Dprof.h103 prof_gctx_t *gctx; member