Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.h42 struct VertexAttribute { struct
46 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() function
61 std::string name;
62 rr::GenericVecType type;
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h149VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mStride(0), mPointer(nullptr), … in VertexAttribute() function
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h196VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mPureInteger(false), mStride(0)… in VertexAttribute() function