Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h1378 struct gl_buffer_mapping struct
1380 GLbitfield AccessFlags; /**< Mask of GL_MAP_x_BIT flags */
1381 GLvoid *Pointer; /**< User-space address of mapping */
1382 GLintptr Offset; /**< Mapped offset */
1383 GLsizeiptr Length; /**< Mapped length */