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()
69 if (ctx->aelt_context) { in vbo_exec_destroy()
71 ctx->aelt_context = NULL; in vbo_exec_destroy()
Dvbo_context.c159 if (!ctx->aelt_context && in _vbo_CreateContext()
211 if (ctx->aelt_context) { in _vbo_DestroyContext()
213 ctx->aelt_context = NULL; in _vbo_DestroyContext()
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c73 #define AE_CONTEXT(ctx) ((AEcontext *)(ctx)->aelt_context)
1407 if (ctx->aelt_context) in _ae_create_context()
1429 ctx->aelt_context = CALLOC( sizeof(AEcontext) ); in _ae_create_context()
1430 if (!ctx->aelt_context) in _ae_create_context()
1441 FREE( ctx->aelt_context ); in _ae_destroy_context()
1442 ctx->aelt_context = NULL; in _ae_destroy_context()
Dmtypes.h3600 void *aelt_context; member