source:
vbox/trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_misc.c@
21308
最後變更 在這個檔案從21308是 15532,由 提交於 16 年 前 | |
---|---|
|
|
檔案大小: 455 位元組 |
行 | |
---|---|
1 | /* |
2 | * All rights reserved |
3 | * |
4 | * See the file LICENSE.txt for information on redistributing this software. |
5 | */ |
6 | |
7 | #include "unpacker.h" |
8 | |
9 | void crUnpackExtendChromiumParametervCR( void ) |
10 | { |
11 | GLenum target = READ_DATA( 8, GLenum ); |
12 | GLenum type = READ_DATA( 12, GLenum ); |
13 | GLsizei count = READ_DATA( 16, GLsizei ); |
14 | GLvoid *values = DATA_POINTER( 20, GLvoid ); |
15 | |
16 | cr_unpackDispatch.ChromiumParametervCR(target, type, count, values); |
17 | |
18 | |
19 | /* |
20 | INCR_VAR_PTR(); |
21 | */ |
22 | } |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器