Home
last modified time | relevance | path

Searched refs:vertex2s (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_vertex_buffers.c88 struct vertex2s *v; in vl_vb_upload_pos()
95 pos.stride = sizeof(struct vertex2s); in vl_vb_upload_pos()
102 sizeof(struct vertex2s) * width * height in vl_vb_upload_pos()
Dvl_types.h36 struct vertex2s struct
/external/angle/src/libANGLE/
DContext_gl_1_autogen.h234 void vertex2s(GLshort x, GLshort y); \
DContext_gl.cpp1799 void Context::vertex2s(GLshort x, GLshort y) in vertex2s() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp6610 context->vertex2s(x, y); in GL_Vertex2s()