Searched defs:VertexAttribute (Results 1 – 4 of 4) sorted by relevance
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
| D | xray-graph-diff.h | 42 struct VertexAttribute { struct 46 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; argument
|
| /external/deqp/framework/opengl/simplereference/ |
| D | sglrShaderProgram.hpp | 57 struct VertexAttribute struct 59 …VertexAttribute (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/ |
| D | Context.h | 149 …VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mStride(0), mPointer(nullptr), … in VertexAttribute() function
|
| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | Context.h | 196 …VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mPureInteger(false), mStride(0)… in VertexAttribute() function
|