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

  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.cpp 91 VertexFormat::VertexFormat()
98 VertexFormat::VertexFormat(GLenum type, GLboolean normalized, GLuint components, bool pureInteger)
111 VertexFormat::VertexFormat(const VertexAttribute &attrib)
128 VertexFormat::VertexFormat(const VertexAttribute &attrib, GLenum currentValueType)
149 void VertexFormat::GetInputLayout(VertexFormat *inputLayout
    [all...]
angletypes.h 218 struct VertexFormat
225 VertexFormat();
226 VertexFormat(GLenum type, GLboolean normalized, GLuint components, bool pureInteger);
227 explicit VertexFormat(const VertexAttribute &attribute);
228 VertexFormat(const VertexAttribute &attribute, GLenum currentValueType);
230 static void GetInputLayout(VertexFormat *inputLayout,
235 bool operator==(const VertexFormat &other) const;
236 bool operator!=(const VertexFormat &other) const;
237 bool operator<(const VertexFormat& other) const;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.h 45 struct VertexFormat
47 VertexFormat();
55 const VertexFormat &GetVertexFormatInfo(DWORD supportedDeclTypes, const gl::VertexFormat &vertexFormat);
formatutils9.cpp 323 VertexFormat preferredConversion;
324 VertexFormat fallbackConversion;
478 VertexFormat::VertexFormat()
488 VertexFormat CreateVertexFormatInfo(bool identity, size_t elementSize, VertexCopyFunction copyFunc, D3DDECLTYPE nativeFormat)
490 VertexFormat formatInfo;
542 const VertexFormat &GetVertexFormatInfo(DWORD supportedDeclTypes, const gl::VertexFormat &vertexFormat)
546 static VertexFormat formatConverters[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.h 70 struct VertexFormat
72 VertexFormat();
78 const VertexFormat &GetVertexFormatInfo(const gl::VertexFormat &vertexFormat);
formatutils11.cpp     [all...]

Completed in 57 milliseconds