summaryrefslogtreecommitdiff
path: root/es_1_1/funcaction.inl
diff options
context:
space:
mode:
Diffstat (limited to 'es_1_1/funcaction.inl')
-rwxr-xr-xes_1_1/funcaction.inl108
1 files changed, 108 insertions, 0 deletions
diff --git a/es_1_1/funcaction.inl b/es_1_1/funcaction.inl
new file mode 100755
index 0000000..4ecc24a
--- /dev/null
+++ b/es_1_1/funcaction.inl
@@ -0,0 +1,108 @@
+ ACTION( ActiveTexture );
+ ACTION( AlphaFunc );
+ ACTION( BindBuffer );
+ ACTION( BindTexture );
+ ACTION( BlendFunc );
+ ACTION( BufferData );
+ ACTION( BufferSubData );
+ ACTION( Clear );
+ ACTION( ClearColor );
+ ACTION( ClearDepth );
+ ACTION( ClearStencil );
+ ACTION( ClientActiveTexture );
+ ACTION( ClipPlane );
+ ACTION( Color4f );
+ ACTION( Color4ub );
+ ACTION( ColorMask );
+ ACTION( ColorPointer );
+ ACTION( CopyTexImage2D );
+ ACTION( CopyTexSubImage2D );
+ ACTION( CullFace );
+ ACTION( DeleteBuffers );
+ ACTION( DeleteTextures );
+ ACTION( DepthFunc );
+ ACTION( DepthMask );
+ ACTION( DepthRange );
+ ACTION( Disable );
+ ACTION( DisableClientState );
+ ACTION( DrawArrays );
+ ACTION( DrawElements );
+ ACTION( Enable );
+ ACTION( EnableClientState );
+ ACTION( Finish );
+ ACTION( Flush );
+ ACTION( Fogf );
+ ACTION( Fogfv );
+ ACTION( Fogi );
+ ACTION( FrontFace );
+ ACTION( Frustum );
+ ACTION( GenBuffers );
+ ACTION( GenTextures );
+ ACTION( GetBooleanv );
+ ACTION( GetBufferParameteriv );
+ ACTION( GetBufferSubData );
+ ACTION( GetClipPlane );
+ ACTION( GetError );
+ ACTION( GetFloatv );
+ ACTION( GetIntegerv );
+ ACTION( GetLightfv );
+ ACTION( GetMaterialfv );
+ ACTION( GetString );
+ ACTION( GetTexEnvfv );
+ ACTION( GetTexEnviv );
+ ACTION( GetTexParameterfv );
+ ACTION( GetTexParameteriv );
+ ACTION( Hint );
+ ACTION( IsBuffer );
+ ACTION( IsEnabled );
+ ACTION( IsTexture );
+ ACTION( LightModelf );
+ ACTION( LightModelfv );
+ ACTION( Lightf );
+ ACTION( Lightfv );
+ ACTION( LineWidth );
+ ACTION( LoadIdentity );
+ ACTION( LoadMatrixf );
+ ACTION( LogicOp );
+ ACTION( Materialf );
+ ACTION( Materialfv );
+ ACTION( MatrixMode );
+ ACTION( MultMatrixf );
+ ACTION( MultiTexCoord4f );
+ ACTION( Normal3f );
+ ACTION( NormalPointer );
+ ACTION( Ortho );
+ ACTION( PixelStorei );
+ ACTION( PointParameterf );
+ ACTION( PointParameterfv );
+ ACTION( PointSize );
+ ACTION( PolygonOffset );
+ ACTION( PopMatrix );
+ ACTION( PushMatrix );
+ ACTION( ReadPixels );
+ ACTION( Rotatef );
+ ACTION( SampleCoverage );
+ ACTION( Scalef );
+ ACTION( Scissor );
+ ACTION( ShadeModel );
+ ACTION( StencilFunc );
+ ACTION( StencilMask );
+ ACTION( StencilOp );
+ ACTION( TexCoordPointer );
+ ACTION( TexEnvf );
+ ACTION( TexEnvfv );
+ ACTION( TexEnvi );
+ ACTION( TexImage2D );
+ ACTION( TexParameteri );
+ ACTION( TexSubImage2D );
+ ACTION( Translatef );
+ ACTION( VertexPointer );
+ ACTION( Viewport );
+#if defined(PROVIDING_OES_blend_func_separate)
+ ACTION( BlendFuncSeparate );
+#endif
+#if defined(PROVIDING_OES_texture_cube_map)
+ ACTION( TexGeni );
+ ACTION( GetTexGeniv );
+ ACTION( GetTexGenfv );
+#endif