VirtualBox

source: vbox/trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_buffer.txt@ 19167

Last change on this file since 19167 was 15532, checked in by vboxsync, 16 years ago

crOpenGL: export to OSE

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.0 KB
Line 
1# Copyright (c) 2001, Stanford University
2# All rights reserved.
3#
4# See the file LICENSE.txt for information on redistributing this software.
5:enable:depthTest:GL_DEPTH_TEST
6:enable:blend:GL_BLEND
7:enable:alphaTest:GL_ALPHA_TEST
8:enable:logicOp:GL_COLOR_LOGIC_OP
9:enable:indexLogicOp:GL_INDEX_LOGIC_OP
10:enable:dither:GL_DITHER
11:alphaFunc:alphaTestFunc,alphaTestRef:AlphaFunc
12:depthFunc:depthFunc:DepthFunc
13:blendFunc:blendSrcRGB,blendDstRGB:BlendFunc
14:blendFuncSeparate:blendSrcRGB,blendDstRGB,blendSrcA,blendDstA:BlendFuncSeparateEXT
15:logicOp:logicOpMode:LogicOp
16:indexLogicOp:logicOpMode:LogicOp
17:drawBuffer:drawBuffer:DrawBuffer
18:readBuffer:readBuffer:ReadBuffer
19:indexMask:indexWriteMask:IndexMask
20:colorWriteMask:colorWriteMask|r,g,b,a:ColorMask
21:clearColor:colorClearValue|r,g,b,a:ClearColor
22:clearIndex:indexClearValue:ClearIndex
23:clearDepth:depthClearValue:ClearDepth
24:clearAccum:accumClearValue|r,g,b,a:ClearAccum
25:depthMask:depthMask:DepthMask
26:blendEquation:blendEquation:BlendEquationEXT
27:blendColor:blendColor|r,g,b,a:BlendColorEXT
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette