Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
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;
/external/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;
/external/swiftshader/src/OpenGL/libGL/
DVertexDataManager.h32 struct TranslatedAttribute struct
34 sw::StreamType type;
35 int count;
36 bool normalized;
38 unsigned int offset;
39 unsigned int stride; // 0 means not to advance the read pointer at all
41 sw::Resource *vertexBuffer;