Path: blob/21.2-virgl/src/mapi/glapi/gen/ARB_map_buffer_range.xml
4561 views
<?xml version="1.0"?>1<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">23<!-- Note: no GLX protocol info yet. -->456<OpenGLAPI>78<category name="GL_ARB_map_buffer_range" number="50">910<enum name="MAP_READ_BIT" value="0x0001"/>11<enum name="MAP_WRITE_BIT" value="0x0002"/>12<enum name="MAP_INVALIDATE_RANGE_BIT" value="0x0004"/>13<enum name="MAP_INVALIDATE_BUFFER_BIT" value="0x0008"/>14<enum name="MAP_FLUSH_EXPLICIT_BIT" value="0x0010"/>15<enum name="MAP_UNSYNCHRONIZED_BIT" value="0x0020"/>1617<function name="MapBufferRange" es2="3.0" no_error="true">18<param name="target" type="GLenum"/>19<param name="offset" type="GLintptr"/>20<param name="length" type="GLsizeiptr"/>21<param name="access" type="GLbitfield"/>22<return type="GLvoid *"/>23</function>2425<function name="FlushMappedBufferRange" es2="3.0" no_error="true">26<param name="target" type="GLenum"/>27<param name="offset" type="GLintptr"/>28<param name="length" type="GLsizeiptr"/>29</function>3031</category>3233</OpenGLAPI>343536