VirtualBox

Changeset 27074 in vbox


Ignore:
Timestamp:
Mar 5, 2010 11:33:42 AM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: tabs to spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_pixelmap.c

    r15532 r27074  
    99void crUnpackPixelMapfv( void  )
    1010{
    11         GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
    12         GLsizei mapsize = READ_DATA( sizeof( int ) + 4, GLsizei );
    13         GLfloat *values = DATA_POINTER( sizeof( int ) + 8, GLfloat );
     11    GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
     12    GLsizei mapsize = READ_DATA( sizeof( int ) + 4, GLsizei );
     13    GLfloat *values = DATA_POINTER( sizeof( int ) + 8, GLfloat );
    1414
    15         cr_unpackDispatch.PixelMapfv( map, mapsize, values );
    16         INCR_VAR_PTR();
     15    cr_unpackDispatch.PixelMapfv( map, mapsize, values );
     16    INCR_VAR_PTR();
    1717}
    1818
    1919void crUnpackPixelMapuiv( void  )
    2020{
    21         GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
    22         GLsizei mapsize = READ_DATA( sizeof( int ) + 4, GLsizei );
    23         GLuint *values = DATA_POINTER( sizeof( int ) + 8, GLuint );
    24                
    25         cr_unpackDispatch.PixelMapuiv( map, mapsize, values );
    26         INCR_VAR_PTR();
     21    GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
     22    GLsizei mapsize = READ_DATA( sizeof( int ) + 4, GLsizei );
     23    GLuint *values = DATA_POINTER( sizeof( int ) + 8, GLuint );
     24       
     25    cr_unpackDispatch.PixelMapuiv( map, mapsize, values );
     26    INCR_VAR_PTR();
    2727}
    2828
    2929void crUnpackPixelMapusv( void  )
    3030{
    31         GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
    32         GLsizei mapsize = READ_DATA( sizeof( int ) + 4, GLsizei );
    33         GLushort *values = DATA_POINTER( sizeof( int ) + 8, GLushort );
     31    GLenum map = READ_DATA( sizeof( int ) + 0, GLenum );
     32    GLsizei mapsize = READ_DATA( sizeof( int ) + 4, GLsizei );
     33    GLushort *values = DATA_POINTER( sizeof( int ) + 8, GLushort );
    3434
    35         cr_unpackDispatch.PixelMapusv( map, mapsize, values );
    36         INCR_VAR_PTR();
     35    cr_unpackDispatch.PixelMapusv( map, mapsize, values );
     36    INCR_VAR_PTR();
    3737}
Note: See TracChangeset for help on using the changeset viewer.

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