Searched defs:TranslatedAttribute (Results 1 – 4 of 4) sorted by relevance
49 struct TranslatedAttribute struct60 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 all69 VertexBufferBinding vertexBuffer;70 BufferD3D *storage;[all …]
129 TranslatedAttribute::TranslatedAttribute() in TranslatedAttribute() function in rx::TranslatedAttribute
29 struct TranslatedAttribute struct31 sw::StreamType type;32 int count;33 bool normalized;35 unsigned int offset;36 unsigned int stride; // 0 means not to advance the read pointer at all38 sw::Resource *vertexBuffer;