Searched defs:VertexFormat (Results 1 – 7 of 7) sorted by relevance
32 struct VertexFormat struct42 const VertexFormat &GetVertexFormatInfo(DWORD supportedDeclTypes, angle::FormatID vertexFormatID); argument
571 VertexFormat::VertexFormat() in VertexFormat() function in rx::d3d9::VertexFormat
52 struct VertexFormat : private angle::NonCopyable struct64 const VertexFormat &GetVertexFormatInfo(angle::FormatID vertexFormatID, argument
265 constexpr VertexFormat::VertexFormat() in VertexFormat() function in rx::d3d11::VertexFormat269 constexpr VertexFormat::VertexFormat(VertexConversionType conversionTypeIn, in VertexFormat() function in rx::d3d11::VertexFormat
109 struct VertexFormat : public FormatBase struct113 MTLVertexFormat metalFormat = MTLVertexFormatInvalid; argument115 VertexCopyFunction vertexLoadFunction = nullptr;117 uint32_t defaultAlpha = 0;120 bool actualSameGLType = true;145 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const; argument
354 struct VertexFormat : private angle::NonCopyable struct371 const VertexFormat &GetVertexFormatFromID(angle::FormatID vertexFormatID); argument
3215 VertexFormat::VertexFormat(GLenum typeIn, in VertexFormat() function in gl::VertexFormat