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.h1357 struct gl_buffer_object struct
1359 GLint RefCount;
1360 GLuint Name;
1361 GLchar *Label; /**< GL_KHR_debug */
1362 GLenum16 Usage; /**< GL_STREAM_DRAW_ARB, GL_STREAM_READ_ARB, etc. */
1363 GLbitfield StorageFlags; /**< GL_MAP_PERSISTENT_BIT, etc. */
1364 GLsizeiptrARB Size; /**< Size of buffer storage in bytes */
1365 GLubyte *Data; /**< Location of storage either in RAM or VRAM. */
1366 GLboolean DeletePending; /**< true if buffer object is removed from the hash */
1367 GLboolean Written; /**< Ever written to? (for debugging) */
[all …]