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.h1402 struct gl_buffer_object struct
1404 simple_mtx_t Mutex;
1405 GLint RefCount;
1406 GLuint Name;
1407 GLchar *Label; /**< GL_KHR_debug */
1408 GLenum Usage; /**< GL_STREAM_DRAW_ARB, GL_STREAM_READ_ARB, etc. */
1409 GLbitfield StorageFlags; /**< GL_MAP_PERSISTENT_BIT, etc. */
1410 GLsizeiptrARB Size; /**< Size of buffer storage in bytes */
1411 GLubyte *Data; /**< Location of storage either in RAM or VRAM. */
1412 GLboolean DeletePending; /**< true if buffer object is removed from the hash */
[all …]