Searched defs:cbVal (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp170 DECLINLINE(size_t) crDmpFormatVal(char *pString, size_t cbString, const char *pszElFormat, uint32_t cbVal, const void *pvVal) argument
177 switch (cbVal)
198 crWarning("unsupported size %d", cbVal);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c5737 GLuint cbVal = cbValel * czvValueElements; local
5738 GLuint cbBuf = cbVal * czvValue;
5748 && !memcmp(pzvValue, &device->zvValue, cbVal))
5762 memcpy(pubBuf, pzvValue, cbVal);
5763 pubBuf += cbVal;
5788 memcpy(&device->zvValue, pzvValue, cbVal);

Completed in 1221 milliseconds