Searched defs:VertexAttrib (Results 1 – 6 of 6) sorted by relevance
65 struct VertexAttrib { struct66 VertexAttrib(GLsizei _size, GLenum _type, const std::string& _name, in VertexAttrib() function80 typedef std::vector<VertexAttrib> AttribInfoVector; argument
29 VertexAttrib::VertexAttrib() in VertexAttrib() function in gpu::gles2::VertexAttrib
157 struct VertexAttrib { struct in gpu::gles2::CachedProgramInfoManager::Program158 VertexAttrib(GLsizei _size, GLenum _type, const std::string& _name, in VertexAttrib() argument165 GLsizei size;166 GLenum type;167 GLint location;168 std::string name;
48 class VertexAttrib { class in gpu::gles2::VertexArrayObject50 VertexAttrib() in VertexAttrib() function in gpu::gles2::VertexArrayObject::VertexAttrib
1601 struct gl_client_array VertexAttrib[VERT_ATTRIB_MAX]; member