Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp41 struct VertexAttributeDescriptor struct
43 int location;
44 VertexComponentType componentType;
45 VertexComponentConversion convert;
46 int numComponents;
47 int numElements;
48 int stride; //!< Stride or 0 if using default stride.
49 const void* pointer; //!< Pointer or offset.
51 VertexAttributeDescriptor (int location_, in VertexAttributeDescriptor() function
68 VertexAttributeDescriptor (void) in VertexAttributeDescriptor() argument
/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.h69 struct VertexAttributeDescriptor { struct
89 std::vector<VertexAttributeDescriptor> in_attributes); argument