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.c45 if (!ctx->aelt_context && in vbo_exec_init()
62 if (ctx->aelt_context) { in vbo_exec_destroy()
64 ctx->aelt_context = NULL; in vbo_exec_destroy()
Dvbo_context.c187 if (!ctx->aelt_context && in _vbo_CreateContext()
240 if (ctx->aelt_context) { in _vbo_DestroyContext()
242 ctx->aelt_context = NULL; in _vbo_DestroyContext()
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c81 return (AEcontext *) ctx->aelt_context; in AE_CONTEXT()
1488 if (ctx->aelt_context) in _ae_create_context()
1510 ctx->aelt_context = calloc(1, sizeof(AEcontext)); in _ae_create_context()
1511 if (!ctx->aelt_context) in _ae_create_context()
1523 free(ctx->aelt_context); in _ae_destroy_context()
1524 ctx->aelt_context = NULL; in _ae_destroy_context()
Dmtypes.h4670 void *aelt_context; member