Searched refs:aelt_context (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec.c45 if (!ctx->aelt_context &&
69 if (ctx->aelt_context) {
71 ctx->aelt_context = NULL;
H A Dvbo_context.c159 if (!ctx->aelt_context &&
211 if (ctx->aelt_context) {
213 ctx->aelt_context = NULL;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c45 if (!ctx->aelt_context &&
69 if (ctx->aelt_context) {
71 ctx->aelt_context = NULL;
H A Dvbo_context.c159 if (!ctx->aelt_context &&
211 if (ctx->aelt_context) {
213 ctx->aelt_context = NULL;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_arrayelt.c73 #define AE_CONTEXT(ctx) ((AEcontext *)(ctx)->aelt_context)
1407 if (ctx->aelt_context)
1429 ctx->aelt_context = CALLOC( sizeof(AEcontext) );
1430 if (!ctx->aelt_context)
1441 FREE( ctx->aelt_context );
1442 ctx->aelt_context = NULL;
H A Dmtypes.h3600 void *aelt_context; member in struct:gl_context
/external/mesa3d/src/mesa/main/
H A Dapi_arrayelt.c73 #define AE_CONTEXT(ctx) ((AEcontext *)(ctx)->aelt_context)
1407 if (ctx->aelt_context)
1429 ctx->aelt_context = CALLOC( sizeof(AEcontext) );
1430 if (!ctx->aelt_context)
1441 FREE( ctx->aelt_context );
1442 ctx->aelt_context = NULL;
H A Dmtypes.h3600 void *aelt_context; member in struct:gl_context

Completed in 1012 milliseconds