Home | History | Annotate | Download | only in geometry

Lines Matching full:vertex

71         ERR("Failed to map vertex buffer.");
190 // Perform the vertex data translations
202 ERR("An enabled vertex array has no buffer and no pointer.");
272 // Mapping from OpenGL-ES vertex attrib type to D3D decl type:
306 // D3DToCType maps from D3D vertex type (as enum D3DVertexType) to the corresponding C type.
329 // VertexTypeFlags encodes the D3DCAPS9::DeclType flag and vertex declaration flag for each D3D vertex type & size combination.
356 // VertexTypeMapping maps GL type & normalized flag to preferred and fallback D3D vertex types (as D3DVertexType enums).
422 // and the D3DDECLTYPE member needed for the vertex declaration in declflag.
549 ERR("Out of memory allocating a vertex buffer of size %lu.", size);
673 ERR("Out of memory allocating a vertex buffer of size %lu.", mBufferSize);
735 ERR("Out of memory allocating a vertex buffer of size %lu.", mRequiredSpace);
744 else UNREACHABLE(); // Static vertex buffers can't be resized