Searched refs:pbo_offset (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_getpixelmap.c68 GLvoid *pbo_offset; local
70 pbo_offset = (GLfloat*) ((uintptr_t) *((GLint*)values));
72 cr_server.head_spu->dispatch_table.GetPixelMapfv( map, pbo_offset );
95 GLvoid *pbo_offset; local
97 pbo_offset = (GLuint*) ((uintptr_t) *((GLint*)values));
99 cr_server.head_spu->dispatch_table.GetPixelMapuiv( map, pbo_offset );
122 GLvoid *pbo_offset; local
124 pbo_offset = (GLushort*) ((uintptr_t) *((GLint*)values));
126 cr_server.head_spu->dispatch_table.GetPixelMapusv( map, pbo_offset );
H A Dserver_getteximage.c25 GLvoid *pbo_offset; local
31 pbo_offset = (GLvoid*) ((uintptr_t) *((GLint*)pixels));
33 cr_server.head_spu->dispatch_table.GetTexImage(target, level, format, type, pbo_offset);
108 GLvoid *pbo_offset; local
110 pbo_offset = (GLvoid*) ((uintptr_t) *((GLint*)img));
112 cr_server.head_spu->dispatch_table.GetCompressedTexImageARB(target, level, pbo_offset);
140 GLvoid *pbo_offset; local
142 pbo_offset = (GLubyte*) ((uintptr_t) *((GLint*)mask));
144 cr_server.head_spu->dispatch_table.GetPolygonStipple(pbo_offset);
H A Dserver_readpixels.c36 GLvoid *pbo_offset; local
42 pbo_offset = (GLvoid*) ((uintptr_t) *((GLint*)pixels));
45 format, type, pbo_offset);

Completed in 70 milliseconds