Home
last modified time | relevance | path

Searched defs:gl_buffer_object (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmtypes.h1506 struct gl_buffer_object struct
1508 _glthread_Mutex Mutex;
1509 GLint RefCount;
1510 GLuint Name;
1511 GLenum Usage; /**< GL_STREAM_DRAW_ARB, GL_STREAM_READ_ARB, etc. */
1512 GLsizeiptrARB Size; /**< Size of buffer storage in bytes */
1513 GLubyte *Data; /**< Location of storage either in RAM or VRAM. */
1516 GLbitfield AccessFlags; /**< Mask of GL_MAP_x_BIT flags */
1517 GLvoid *Pointer; /**< User-space address of mapping */
1541 struct gl_buffer_object *BufferObj; /**< GL_ARB_pixel_buffer_object */ argument