Searched defs:VertexFormat (Results 1 – 8 of 8) sorted by relevance
32 struct VertexFormat struct42 const VertexFormat &GetVertexFormatInfo(DWORD supportedDeclTypes, angle::FormatID vertexFormatID); argument
570 VertexFormat::VertexFormat() in VertexFormat() function in rx::d3d9::VertexFormat
46 struct VertexFormat : private angle::NonCopyable struct58 const VertexFormat &GetVertexFormatInfo(angle::FormatID vertexFormatID, argument
201 constexpr VertexFormat::VertexFormat() in VertexFormat() function in rx::d3d11::VertexFormat205 constexpr VertexFormat::VertexFormat(VertexConversionType conversionTypeIn, in VertexFormat() function in rx::d3d11::VertexFormat
110 struct VertexFormat : public FormatBase struct114 MTLVertexFormat metalFormat = MTLVertexFormatInvalid; argument116 VertexCopyFunction vertexLoadFunction = nullptr;118 uint32_t defaultAlpha = 0;121 bool actualSameGLType = true;148 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const; argument
343 struct VertexFormat : private angle::NonCopyable struct360 const VertexFormat &GetVertexFormatFromID(angle::FormatID vertexFormatID); argument
3115 VertexFormat::VertexFormat(GLenum typeIn, in VertexFormat() function in gl::VertexFormat
29 enum class VertexFormat { enum