Home
last modified time | relevance | path

Searched refs:CopyNativeVertexData (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp341 &CopyNativeVertexData<GLubyte, 1, 4, 1>); in GetVertexFormatInfo_FL_9_3()
347 &CopyNativeVertexData<GLubyte, 2, 4, 1>); in GetVertexFormatInfo_FL_9_3()
358 &CopyNativeVertexData<GLubyte, 1, 4, UINT8_MAX>); in GetVertexFormatInfo_FL_9_3()
364 &CopyNativeVertexData<GLubyte, 2, 4, UINT8_MAX>); in GetVertexFormatInfo_FL_9_3()
373 &CopyNativeVertexData<GLshort, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3()
382 &CopyNativeVertexData<GLshort, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3()
458 &CopyNativeVertexData<GLfloat, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3()
489 &CopyNativeVertexData<GLbyte, 1, 1, 0>); in GetVertexFormatInfo()
495 &CopyNativeVertexData<GLbyte, 2, 2, 0>); in GetVertexFormatInfo()
501 &CopyNativeVertexData<GLbyte, 3, 4, 1>); in GetVertexFormatInfo()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_table_autogen.cpp39 mVertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize()
595 mVertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; in initialize()
605 mVertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize()
615 mVertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize()
625 mVertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize()
643 mVertexLoadFunction = CopyNativeVertexData<GLubyte, 4, 4, 0>; in initialize()
653 mVertexLoadFunction = CopyNativeVertexData<GLubyte, 4, 4, 0>; in initialize()
872 mVertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; in initialize()
882 mVertexLoadFunction = CopyNativeVertexData<GLfloat, 1, 1, 0>; in initialize()
896 mVertexLoadFunction = CopyNativeVertexData<GLfloat, 3, 3, 0>; in initialize()
[all …]
/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_format_table_autogen.cpp838 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize()
848 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize()
858 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize()
868 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize()
878 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize()
888 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize()
898 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize()
908 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize()
1168 mVertexLoadFunction = CopyNativeVertexData<GLhalf, 4, 4, 0>; in initialize()
1178 mVertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>; in initialize()
[all …]
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_table_autogen.mm2844 this->vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>;
2851 this->vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>;
2858 this->vertexLoadFunction = CopyNativeVertexData<GLhalf, 4, 4, 0>;
2865 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>;
2872 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>;
2879 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>;
2886 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>;
2893 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>;
2900 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>;
2909 this->vertexLoadFunction = CopyNativeVertexData<GLhalf, 3, 4, gl::Float16One>;
[all …]
/external/angle/src/libANGLE/renderer/
Dcopyvertex.h27 void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
Dcopyvertex.inc.h59 inline void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) in CopyNativeVertexData() function
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp53 // - SintToSint, UintToUint and FloatToFloat correspond to CopyNativeVertexData() and