Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h1373 struct gl_buffer_mapping struct
1375 GLbitfield AccessFlags; /**< Mask of GL_MAP_x_BIT flags */
1376 GLvoid *Pointer; /**< User-space address of mapping */
1377 GLintptr Offset; /**< Mapped offset */
1378 GLsizeiptr Length; /**< Mapped length */