Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h1406 struct gl_buffer_object struct
1408 GLint RefCount;
1409 GLuint Name;
1436 struct gl_context *Ctx;
1437 GLint CtxRefCount; /**< Non-atomic references held by Ctx. */
1439 gl_buffer_usage UsageHistory; /**< How has this buffer been used so far? */
1441 struct pipe_resource *buffer;
1442 struct gl_context *private_refcount_ctx;
1457 int private_refcount;
1459 GLbitfield StorageFlags; /**< GL_MAP_PERSISTENT_BIT, etc. */
[all …]