Searched refs:_mesa_new_vao (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_context.c188 vbo->VAO = _mesa_new_vao(ctx, ~((GLuint)0));
H A Dvbo_save_api.c492 *vao = _mesa_new_vao(ctx, ~((GLuint)0));
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_context.c187 vbo->VAO = _mesa_new_vao(ctx, ~((GLuint)0));
H A Dvbo_save_api.c368 *vao = _mesa_new_vao(ctx, ~((GLuint)0));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Darrayobj.h56 _mesa_new_vao(struct gl_context *ctx, GLuint name);
H A Darrayobj.c303 _mesa_new_vao(struct gl_context *ctx, GLuint name) function in typeref:struct:gl_vertex_array_object *
1169 obj = _mesa_new_vao(ctx, name);
H A Dvarray.c2830 ctx->Array.DefaultVAO = _mesa_new_vao(ctx, 0);
2832 ctx->Array._EmptyVAO = _mesa_new_vao(ctx, ~0u);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c200 rs->VAO = _mesa_new_vao(ctx, ~((GLuint)0));
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c203 rs->VAO = _mesa_new_vao(ctx, ~((GLuint)0));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Darrayobj.h57 _mesa_new_vao(struct gl_context *ctx, GLuint name);
H A Darrayobj.c323 _mesa_new_vao(struct gl_context *ctx, GLuint name) function in typeref:struct:gl_vertex_array_object *
1135 obj = _mesa_new_vao(ctx, arrays[i]);
H A Dvarray.c3904 ctx->Array.DefaultVAO = _mesa_new_vao(ctx, 0);
3906 ctx->Array._EmptyVAO = _mesa_new_vao(ctx, ~0u);

Completed in 23 milliseconds