Searched refs:GLshort (Results 76 - 83 of 83) sorted by relevance

1234

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c184 #define FLOAT_TO_SHORT(f) ((GLshort) ((f) * 32768.0))
246 const GLshort *sSrc = (GLshort *) src;
873 GLshort *sDst = (GLshort *) dst;
913 sDst[i] = (GLshort) tmpRow[i];
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddrawprim.c371 GLshort s[4] = {((const GLshort *)ptr)[0], ((const GLshort *)ptr)[1], 0, 1};
H A Dstate.c4163 GL_EXTCALL(glVertexAttrib4svARB(i, (const GLshort *)ptr));
4166 GL_EXTCALL(glVertexAttrib4svARB(i, (const GLshort *)ptr));
4171 const GLshort s[4] = {((const GLshort *)ptr)[0], ((const GLshort *)ptr)[1], 0, 1};
4182 GL_EXTCALL(glVertexAttrib4NsvARB(i, (const GLshort *)ptr));
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.c423 EXPAND(GL_SHORT, GLshort *, *p, p++)\
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c4270 GL_EXTCALL(glVertexAttrib4svARB(i, (const GLshort *)ptr));
4273 GL_EXTCALL(glVertexAttrib4svARB(i, (const GLshort *)ptr));
4278 const GLshort s[4] = {((const GLshort *)ptr)[0], ((const GLshort *)ptr)[1], 0, 1};
4289 GL_EXTCALL(glVertexAttrib4NsvARB(i, (const GLshort *)ptr));
H A Dwined3d_private.h1988 GLshort s[4];
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c36 bytes = count * sizeof(GLshort);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_client.c614 cp->bytesPerIndex *= sizeof(GLshort);

Completed in 125 milliseconds

1234