Searched defs:VertexAttribute (Results 1 – 5 of 5) sorted by relevance
| /external/llvm-project/llvm/tools/llvm-xray/ |
| D | xray-graph-diff.h | 41 struct VertexAttribute { struct 45 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() argument 61 std::string name; 62 rr::GenericVecType type;
|
| /external/angle/src/libANGLE/ |
| D | VertexAttribute.cpp | 49 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/ |
| D | Context.h | 167 …VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mPureInteger(false), mStride(0)… in VertexAttribute() function
|
| /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
|