Searched defs:VertexAttribute (Results 1 – 4 of 4) sorted by relevance
/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/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 150 …VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mStride(0), mPointer(nullptr), … in VertexAttribute() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 192 …VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mDivisor(0), mPoint… in VertexAttribute() function
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Context.h | 371 …VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(nullptr), … in VertexAttribute() function
|