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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c5715 static GLuint zv_value_el_size(GLenum enmzvValue) argument
5717 switch (enmzvValue)
5728 ERR("unexpected value type %#x\n", enmzvValue);
5733 static void zv_create(struct wined3d_device *device, GLenum enmzvValue, GLuint czvValue, GLuint czvValueElements, const GLvoid *pzvValue) argument
5736 GLuint cbValel = zv_value_el_size(enmzvValue);
5745 && device->enmzvValue == enmzvValue
5785 device->enmzvValue = enmzvValue;
5805 void zv_bind(struct wined3d_context *context, GLenum enmzvValue, GLuin argument
[all...]
H A Dwined3d_private.h1977 GLenum enmzvValue; member in struct:wined3d_device
3062 void zv_bind(struct wined3d_context *context, GLenum enmzvValue, GLuint czvValue, GLuint czvValueElements, GLboolean bzvNormalized, const GLvoid *pzvValue);

Completed in 71 milliseconds