HomeSort by relevance Sort by last modified time
    Searched defs:vbo_context (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/vbo/
vbo_context.h 26 * \file vbo_context.h
66 struct vbo_context { struct
89 static inline struct vbo_context *vbo_context(struct gl_context *ctx) function
91 return ctx->vbo_context;
98 struct vbo_context *vbo = vbo_context(ctx);
141 vbo_draw_method(struct vbo_context *vbo, gl_draw_method method)
  /external/mesa3d/src/mesa/main/
mtypes.h 102 struct vbo_context;
5021 struct vbo_context *vbo_context; member in struct:gl_context
    [all...]

Completed in 659 milliseconds