Home
last modified time | relevance | path

Searched defs:VertexAttrib (Results 1 – 4 of 4) 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() function
127VertexAttrib (VertexAttribType type_, int size_, int stride_, int instanceDivisor_, const void* po… in VertexAttrib() argument
137 explicit VertexAttrib (const tcu::Vector<ScalarType, 4>& generic_) in VertexAttrib() argument
/external/mesa3d/src/mesa/tnl/
Dtnl.h77 const struct gl_array_attributes *VertexAttrib; member
/external/angle/src/tests/perf_tests/
DDrawCallPerf.cpp21 VertexAttrib, enumerator
/external/mesa3d/src/mesa/main/
Dmtypes.h1564 struct gl_array_attributes VertexAttrib[VERT_ATTRIB_MAX]; member