Home
last modified time | relevance | path

Searched refs:aelt_context (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_exec.c44 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()
Dvbo_context.c193 if (!ctx->aelt_context && in _vbo_CreateContext()
244 if (ctx->aelt_context) { in _vbo_DestroyContext()
246 ctx->aelt_context = NULL; in _vbo_DestroyContext()
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c82 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()
Dmtypes.h5023 void *aelt_context; member