Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h1365 struct gl_buffer_object struct
1367 GLint RefCount;
1368 GLuint Name;
1369 GLchar *Label; /**< GL_KHR_debug */
1396 struct gl_context *Ctx;
1397 GLint CtxRefCount; /**< Non-atomic references held by Ctx. */
1399 GLenum16 Usage; /**< GL_STREAM_DRAW_ARB, GL_STREAM_READ_ARB, etc. */
1400 GLbitfield StorageFlags; /**< GL_MAP_PERSISTENT_BIT, etc. */
1401 GLsizeiptrARB Size; /**< Size of buffer storage in bytes */
1402 GLubyte *Data; /**< Location of storage either in RAM or VRAM. */
[all …]