Searched defs:VertexAttrib (Results 1 – 5 of 5) 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() argument
|
/third_party/mesa3d/src/mesa/tnl/ |
D | tnl.h | 77 const struct gl_array_attributes *VertexAttrib; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | DrawCallPerf.cpp | 20 VertexAttrib, enumerator
|
/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 | 1601 struct gl_array_attributes VertexAttrib[VERT_ATTRIB_MAX]; member
|