1bf215546Sopenharmony_ci<?xml version="1.0"?> 2bf215546Sopenharmony_ci<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd"> 3bf215546Sopenharmony_ci 4bf215546Sopenharmony_ci<!-- Note: no GLX protocol info yet. --> 5bf215546Sopenharmony_ci 6bf215546Sopenharmony_ci 7bf215546Sopenharmony_ci<OpenGLAPI> 8bf215546Sopenharmony_ci 9bf215546Sopenharmony_ci<category name="GL_EXT_draw_buffers2" number="340"> 10bf215546Sopenharmony_ci 11bf215546Sopenharmony_ci <function name="ColorMaskIndexedEXT" alias="ColorMaski"> 12bf215546Sopenharmony_ci <param name="buf" type="GLuint"/> 13bf215546Sopenharmony_ci <param name="r" type="GLboolean"/> 14bf215546Sopenharmony_ci <param name="g" type="GLboolean"/> 15bf215546Sopenharmony_ci <param name="b" type="GLboolean"/> 16bf215546Sopenharmony_ci <param name="a" type="GLboolean"/> 17bf215546Sopenharmony_ci </function> 18bf215546Sopenharmony_ci 19bf215546Sopenharmony_ci <function name="GetBooleanIndexedvEXT" alias="GetBooleani_v"> 20bf215546Sopenharmony_ci <param name="value" type="GLenum"/> 21bf215546Sopenharmony_ci <param name="index" type="GLuint"/> 22bf215546Sopenharmony_ci <param name="data" type="GLboolean *"/> 23bf215546Sopenharmony_ci </function> 24bf215546Sopenharmony_ci 25bf215546Sopenharmony_ci <function name="GetIntegerIndexedvEXT" alias="GetIntegeri_v"> 26bf215546Sopenharmony_ci <param name="value" type="GLenum"/> 27bf215546Sopenharmony_ci <param name="index" type="GLuint"/> 28bf215546Sopenharmony_ci <param name="data" type="GLint *"/> 29bf215546Sopenharmony_ci </function> 30bf215546Sopenharmony_ci 31bf215546Sopenharmony_ci <function name="EnableIndexedEXT" alias="Enablei"> 32bf215546Sopenharmony_ci <param name="target" type="GLenum"/> 33bf215546Sopenharmony_ci <param name="index" type="GLuint"/> 34bf215546Sopenharmony_ci </function> 35bf215546Sopenharmony_ci 36bf215546Sopenharmony_ci <function name="DisableIndexedEXT" alias="Disablei"> 37bf215546Sopenharmony_ci <param name="target" type="GLenum"/> 38bf215546Sopenharmony_ci <param name="index" type="GLuint"/> 39bf215546Sopenharmony_ci </function> 40bf215546Sopenharmony_ci 41bf215546Sopenharmony_ci <function name ="IsEnabledIndexedEXT" alias="IsEnabledi"> 42bf215546Sopenharmony_ci <param name="target" type="GLenum"/> 43bf215546Sopenharmony_ci <param name="index" type="GLuint"/> 44bf215546Sopenharmony_ci <return type="GLboolean"/> 45bf215546Sopenharmony_ci </function> 46bf215546Sopenharmony_ci 47bf215546Sopenharmony_ci</category> 48bf215546Sopenharmony_ci 49bf215546Sopenharmony_ci</OpenGLAPI> 50