Searched refs:gl_vtx_format (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvertexdeclaration.c248 if (!e->format_desc->gl_vtx_format)
H A Dstate.c3272 glTexCoordPointer(e->format_desc->gl_vtx_format, e->format_desc->gl_vtx_type, e->stride,
4095 GL_EXTCALL(glVertexAttribPointerARB(i, stream_info->elements[i].format_desc->gl_vtx_format,
4103 GL_EXTCALL(glVertexAttribPointerARB(i, stream_info->elements[i].format_desc->gl_vtx_format,
4255 e->format_desc->gl_vtx_format,
4259 GL_EXTCALL(glWeightPointerARB(e->format_desc->gl_vtx_format, e->format_desc->gl_vtx_type, e->stride,
4321 glVertexPointer(3 /* min(e->format_desc->gl_vtx_format, 3) */, e->format_desc->gl_vtx_type, e->stride,
4327 e->format_desc->gl_vtx_format, e->format_desc->gl_vtx_type, e->stride,
4329 glVertexPointer(e->format_desc->gl_vtx_format, e->format_desc->gl_vtx_type, e->stride,
4381 e->format_desc->gl_vtx_format, e->format_desc->gl_vtx_type, e->stride,
4383 glColorPointer(e->format_desc->gl_vtx_format,
[all...]
H A Dutils.c213 GLint gl_vtx_format; member in struct:wined3d_format_vertex_info
1441 gl_info->gl_formats[idx].gl_vtx_format = GL_BGRA;
1476 format_desc->gl_vtx_format = format_vertex_info[i].gl_vtx_format;
H A Dwined3d_private.h3360 GLint gl_vtx_format; member in struct:wined3d_format_desc
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvertexdeclaration.c220 if (!e->format->gl_vtx_format)
H A Dutils.c223 GLint gl_vtx_format; member in struct:wined3d_format_vertex_info
1806 gl_info->formats[idx].gl_vtx_format = GL_BGRA;
1911 format->gl_vtx_format = format_vertex_info[i].gl_vtx_format;
H A Dstate.c3411 gl_info->gl_ops.gl.p_glTexCoordPointer(e->format->gl_vtx_format, e->format->gl_vtx_type, e->stride,
4189 GL_EXTCALL(glVertexAttribPointerARB(i, stream_info->elements[i].format->gl_vtx_format,
4363 e->format->gl_vtx_format,
4367 GL_EXTCALL(glWeightPointerARB(e->format->gl_vtx_format, e->format->gl_vtx_type, e->stride,
4419 e->format->gl_vtx_format, e->format->gl_vtx_type, e->stride,
4421 gl_info->gl_ops.gl.p_glVertexPointer(e->format->gl_vtx_format, e->format->gl_vtx_type, e->stride,
4468 e->format->gl_vtx_format, e->format->gl_vtx_type, e->stride,
4470 gl_info->gl_ops.gl.p_glColorPointer(e->format->gl_vtx_format, e->format->gl_vtx_type, e->stride,
4493 GLint format = e->format->gl_vtx_format;
H A Dwined3d_private.h3138 GLint gl_vtx_format; member in struct:wined3d_format
H A Ddevice.c5831 zv_bind(context, element->format->gl_vtx_type, czvValue, element->format->gl_vtx_format, element->format->gl_normalized, pzvValue);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3401 GLint gl_vtx_format; member in struct:wined3d_format_desc

Completed in 145 milliseconds