Searched defs:nodata (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_stipple.c11 int nodata = READ_DATA(0, int); local
14 if (nodata)
21 if (nodata)
H A Dunpack_pixelmap.c13 int nodata = READ_DATA( sizeof(int) + 8, int); local
16 if (nodata)
29 int nodata = READ_DATA( sizeof(int) + 8, int); local
32 if (nodata)
45 int nodata = READ_DATA( sizeof(int) + 8, int); local
48 if (nodata)
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_stipple.c16 int nodata = crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB); local
19 if (nodata)
25 WRITE_DATA_AI(int, nodata);
26 if (nodata)
H A Dpack_pixelmap.c13 int nodata = (values == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB); local
19 if (!nodata)
28 WRITE_DATA( 8, int, nodata);
31 if (!nodata)
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.h179 pthread_cond_t nodata; member in struct:_TThreadListElement

Completed in 34 milliseconds