Changeset 46757 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Jun 24, 2013 2:30:18 PM (12 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL/unpacker
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_misc.c
r27091 r46757 75 75 cr_unpackDispatch.GetPixelMapusv( map, values ); 76 76 } 77 78 void crUnpackExtendVBoxTexPresent(void) 79 { 80 GLuint texture = READ_DATA( 8, GLuint ); 81 GLuint cfg = READ_DATA( 12, GLuint ); 82 GLint xPos = READ_DATA( 16, GLint ); 83 GLint yPos = READ_DATA( 20, GLint ); 84 GLint cRects = READ_DATA( 24, GLint ); 85 GLint *pRects = (GLint *)DATA_POINTER( 28, GLvoid ); 86 cr_unpackDispatch.VBoxTexPresent( texture, cfg, xPos, yPos, cRects, pRects ); 87 } -
trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpacker_special
r27244 r46757 181 181 UniformMatrix3x4fv 182 182 UniformMatrix4x3fv 183 VBoxTexPresent
Note:
See TracChangeset
for help on using the changeset viewer.