Searched refs:aelt_context (Results 1 – 4 of 4) sorted by relevance
44 assert(ctx->aelt_context); in vbo_exec_init()63 if (ctx->aelt_context) { in vbo_exec_destroy()65 ctx->aelt_context = NULL; in vbo_exec_destroy()
193 if (!ctx->aelt_context && in _vbo_CreateContext()244 if (ctx->aelt_context) { in _vbo_DestroyContext()246 ctx->aelt_context = NULL; in _vbo_DestroyContext()
82 return (AEcontext *) ctx->aelt_context; in AE_CONTEXT()1496 if (ctx->aelt_context) in _ae_create_context()1518 ctx->aelt_context = calloc(1, sizeof(AEcontext)); in _ae_create_context()1519 if (!ctx->aelt_context) in _ae_create_context()1531 free(ctx->aelt_context); in _ae_destroy_context()1532 ctx->aelt_context = NULL; in _ae_destroy_context()
5023 void *aelt_context; member