ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

arrayobj.c File Reference
#include "glheader.h"
#include "hash.h"
#include "imports.h"
#include "context.h"
#include "arrayobj.h"
#include "glapi/dispatch.h"

Go to the source code of this file.

Functions

static INLINE struct
gl_array_object
lookup_arrayobj (GLcontext *ctx, GLuint id)
struct gl_array_object_mesa_new_array_object (GLcontext *ctx, GLuint name)
void _mesa_delete_array_object (GLcontext *ctx, struct gl_array_object *obj)
void _mesa_initialize_array_object (GLcontext *ctx, struct gl_array_object *obj, GLuint name)
void _mesa_save_array_object (GLcontext *ctx, struct gl_array_object *obj)
void _mesa_remove_array_object (GLcontext *ctx, struct gl_array_object *obj)
static void unbind_buffer_object (GLcontext *ctx, struct gl_buffer_object *bufObj)
void GLAPIENTRY _mesa_BindVertexArrayAPPLE (GLuint id)
void GLAPIENTRY _mesa_DeleteVertexArraysAPPLE (GLsizei n, const GLuint *ids)
void GLAPIENTRY _mesa_GenVertexArraysAPPLE (GLsizei n, GLuint *arrays)
GLboolean GLAPIENTRY _mesa_IsVertexArrayAPPLE (GLuint id)

Detailed Description

Functions for the GL_APPLE_vertex_array_object extension.

Todo:
The code in this file borrows a lot from bufferobj.c. There's a certain amount of cruft left over from that origin that may be unnecessary.
Author:
Ian Romanick <idr@us.ibm.com>
Brian Paul

Definition in file arrayobj.c.


Generated on Mon May 28 2012 04:57:35 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.