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

/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp57 struct VertexAttribute struct in namespace:sglr::pdec
59 VertexAttribute (const std::string& name_, rr::GenericVecType type_) : name(name_), type(type_) { } function in struct:sglr::pdec::VertexAttribute
149 ShaderProgramDeclaration& operator<< (const VertexAttribute&);
171 std::vector<VertexAttribute> m_vertexAttributes;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h368 class VertexAttribute class in namespace:gl
371 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(nullptr), mArrayEnabled(false) function in class:gl::VertexAttribute
416 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS];
496 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS];
583 const VertexAttribute &getVertexAttribState(unsigned int attribNum);
821 VertexAttribute clientAttribute[MAX_VERTEX_ATTRIBS];
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h147 class VertexAttribute class in namespace:es1
150 VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mStride(0), mPointer(nullptr), mArrayEnabled(false) function in class:es1::VertexAttribute
195 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS];
285 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS];
427 const VertexAttribute &getVertexAttribState(unsigned int attribNum);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h189 class VertexAttribute class in namespace:es2
192 VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mDivisor(0), mPointer(nullptr), mArrayEnabled(false) function in class:es2::VertexAttribute
321 typedef VertexAttribute VertexAttributeArray[MAX_VERTEX_ATTRIBS];
412 VertexAttribute vertexAttribute[MAX_VERTEX_ATTRIBS];
516 const VertexAttribute &getVertexAttribState(unsigned int attribNum) const;

Completed in 193 milliseconds