Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-xray/
Dxray-graph-diff.h41 struct VertexAttribute { struct
45 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; argument
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp57 struct VertexAttribute struct
59VertexAttribute (const std::string& name_, rr::GenericVecType type_) : name(name_), type(type_)… in VertexAttribute() argument
61 std::string name;
62 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
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h167VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mPureInteger(false), mStride(0)… in VertexAttribute() function
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h149VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mStride(0), mPointer(nullptr), … in VertexAttribute() function