Home
last modified time | relevance | path

Searched defs:vertex4f (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_types.h41 struct vertex4f struct
43 float x, y, z, w;
/external/angle/src/libANGLE/
DContext_gl.cpp1859 void Context::vertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in vertex4f() function in gl::Context