HomeSort by relevance Sort by last modified time
    Searched refs:swtnl_context (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.c 53 ctx->swtnl_context = tnl = (TNLcontext *) CALLOC( sizeof(TNLcontext) );
120 ctx->swtnl_context = NULL;
t_context.h 543 #define TNL_CONTEXT(ctx) ((TNLcontext *)((ctx)->swtnl_context))
t_vertex_sse.c 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
  /external/mesa3d/src/mesa/tnl/
t_context.c 53 ctx->swtnl_context = tnl = (TNLcontext *) CALLOC( sizeof(TNLcontext) );
120 ctx->swtnl_context = NULL;
t_context.h 543 #define TNL_CONTEXT(ctx) ((TNLcontext *)((ctx)->swtnl_context))
t_vertex_sse.c 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 3597 void *swtnl_context; member in struct:gl_context
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 3597 void *swtnl_context; member in struct:gl_context
    [all...]

Completed in 100 milliseconds