HomeSort by relevance Sort by last modified time
    Searched defs:VertexFormat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.cpp 73 VertexFormat::VertexFormat()
80 VertexFormat::VertexFormat(GLenum type, GLboolean normalized, GLuint components, bool pureInteger)
93 VertexFormat::VertexFormat(const VertexAttribute &attribute)
110 VertexFormat::VertexFormat(const VertexAttribute &attribute, GLenum currentValueType)
131 void VertexFormat::GetInputLayout(VertexFormat *inputLayout
    [all...]
angletypes.h 227 struct VertexFormat
234 VertexFormat();
235 VertexFormat(GLenum type, GLboolean normalized, GLuint components, bool pureInteger);
236 explicit VertexFormat(const VertexAttribute &attribute);
237 VertexFormat(const VertexAttribute &attribute, GLenum currentValueType);
239 static void GetInputLayout(VertexFormat *inputLayout,
244 bool operator==(const VertexFormat &other) const;
245 bool operator!=(const VertexFormat &other) const;
246 bool operator<(const VertexFormat& other) const;

Completed in 106 milliseconds