Home
last modified time | relevance | path

Searched defs:VertexAttrib (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrVertexAttrib.hpp109 struct VertexAttrib struct
111 VertexAttribType type; //!< Attribute component type.
112 int size; //!< Number of components, valid range is [0,4].
113 …< Number of bytes two consecutive elements differ by. Zero works as in GL. Valid range is [0, inf).
114 int instanceDivisor; //!< Vertex attribute divisor.
115 const void* pointer; //!< Data pointer.
116 GenericVec4 generic; //!< Generic attribute, used if pointer is null.
118 VertexAttrib (void) in VertexAttrib() argument
127VertexAttrib (VertexAttribType type_, int size_, int stride_, int instanceDivisor_, const void* po… in VertexAttrib() function
137 explicit VertexAttrib (const tcu::Vector<ScalarType, 4>& generic_) in VertexAttrib() function
/external/mesa3d/src/mesa/main/
Dmtypes.h1601 struct gl_client_array VertexAttrib[VERT_ATTRIB_MAX]; member