Home
last modified time | relevance | path

Searched defs:VertexFormat (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A Dformatutils9.h32 struct VertexFormat struct
42 const VertexFormat &GetVertexFormatInfo(DWORD supportedDeclTypes, angle::FormatID vertexFormatID); argument
H A Dformatutils9.cpp572 VertexFormat::VertexFormat() in VertexFormat() function in rx::d3d9::VertexFormat
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_format_utils.h109 struct VertexFormat : public FormatBase struct
113 MTLVertexFormat metalFormat = MTLVertexFormatInvalid; argument
115 VertexCopyFunction vertexLoadFunction = nullptr;
117 uint32_t defaultAlpha = 0;
120 bool actualSameGLType = true;
145 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const; argument
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dformatutils11.h52 struct VertexFormat : private angle::NonCopyable struct
64 const VertexFormat &GetVertexFormatInfo(angle::FormatID vertexFormatID, argument
H A Dformatutils11.cpp265 constexpr VertexFormat::VertexFormat() in VertexFormat() function in rx::d3d11::VertexFormat
269 constexpr VertexFormat::VertexFormat(VertexConversionType conversionTypeIn, in VertexFormat() function in rx::d3d11::VertexFormat
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h394 struct VertexFormat : private angle::NonCopyable struct
411 const VertexFormat &GetVertexFormatFromID(angle::FormatID vertexFormatID); argument
H A Dformatutils.cpp3242 VertexFormat::VertexFormat(GLenum typeIn, in VertexFormat() function in gl::VertexFormat
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/include/
H A DGRLStructs.h24 VertexFormat VertexFormat; member
H A DGRLIntTypes.h59 enum_uint8( VertexFormat ) in enum_uint8() argument
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dd3d12.h184 enum DXGI_FORMAT VertexFormat; member
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DStateChangeTest.cpp9503 TEST_P(StateChangeTestES3, VertexFormat) in TEST_P() argument