Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DVertexDataManager.h49 struct TranslatedAttribute struct
60 bool active;
62 const gl::VertexAttribute *attribute;
63 const gl::VertexBinding *binding;
64 gl::VertexAttribType currentValueType;
65 unsigned int baseOffset;
66 bool usesFirstVertexOffset;
67 unsigned int stride; // 0 means not to advance the read pointer at all
69 VertexBufferBinding vertexBuffer;
70 BufferD3D *storage;
[all …]
H A DVertexDataManager.cpp127 TranslatedAttribute::TranslatedAttribute() in TranslatedAttribute() function in rx::TranslatedAttribute