Searched refs:get_space (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_draw.c42 static GLubyte *get_space(struct gl_context *ctx, GLuint bytes) function
181 GLubyte *buf = get_space(ctx, count * sz * sizeof(GLfloat));
252 GLboolean *space = (GLboolean *)get_space(ctx, count + CLIPVERTS);
367 GLuint *elts = (GLuint *)get_space(ctx, ib->count * sizeof(GLuint));
/external/mesa3d/src/mesa/tnl/
H A Dt_draw.c42 static GLubyte *get_space(struct gl_context *ctx, GLuint bytes) function
181 GLubyte *buf = get_space(ctx, count * sz * sizeof(GLfloat));
252 GLboolean *space = (GLboolean *)get_space(ctx, count + CLIPVERTS);
367 GLuint *elts = (GLuint *)get_space(ctx, ib->count * sizeof(GLuint));

Completed in 107 milliseconds