Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp57 struct VertexAttribute struct
59 VertexAttribute(const std::string &name_, rr::GenericVecType type_) : name(name_), type(type_) in VertexAttribute() function
63 std::string name;
64 rr::GenericVecType type;
/external/angle/src/libANGLE/
DVertexAttribute.cpp49 VertexAttribute::VertexAttribute(GLuint bindingIndex) in VertexAttribute() function in gl::VertexAttribute
59 VertexAttribute::VertexAttribute(VertexAttribute &&attrib) in VertexAttribute() function in gl::VertexAttribute