Searched defs:VertexAttrib (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrVertexAttrib.hpp | 109 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 127 …VertexAttrib (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
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | DrawCallPerf.cpp | 21 VertexAttrib, enumerator
|
/third_party/mesa3d/src/mesa/main/ |
D | mtypes.h | 1656 struct gl_array_attributes VertexAttrib[VERT_ATTRIB_MAX]; member
|