Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
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 …]
DVertexDataManager.cpp127 TranslatedAttribute::TranslatedAttribute() in TranslatedAttribute() function in rx::TranslatedAttribute
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.h29 struct TranslatedAttribute struct
31 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 all
38 sw::Resource *vertexBuffer;