Searched refs:CopyNativeVertexData (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 277 &CopyNativeVertexData<GLubyte, 1, 4, 1>); in GetVertexFormatInfo_FL_9_3() 283 &CopyNativeVertexData<GLubyte, 2, 4, 1>); in GetVertexFormatInfo_FL_9_3() 294 &CopyNativeVertexData<GLubyte, 1, 4, UINT8_MAX>); in GetVertexFormatInfo_FL_9_3() 300 &CopyNativeVertexData<GLubyte, 2, 4, UINT8_MAX>); in GetVertexFormatInfo_FL_9_3() 309 &CopyNativeVertexData<GLshort, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3() 318 &CopyNativeVertexData<GLshort, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3() 394 &CopyNativeVertexData<GLfloat, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3() 425 &CopyNativeVertexData<GLbyte, 1, 1, 0>); in GetVertexFormatInfo() 431 &CopyNativeVertexData<GLbyte, 2, 2, 0>); in GetVertexFormatInfo() 437 &CopyNativeVertexData<GLbyte, 3, 4, 1>); in GetVertexFormatInfo() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_table_autogen.cpp | 41 vertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize() 485 vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; in initialize() 495 vertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize() 505 vertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize() 515 vertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize() 533 vertexLoadFunction = CopyNativeVertexData<GLubyte, 4, 4, 0>; in initialize() 543 vertexLoadFunction = CopyNativeVertexData<GLubyte, 4, 4, 0>; in initialize() 753 vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; in initialize() 763 vertexLoadFunction = CopyNativeVertexData<GLfloat, 1, 1, 0>; in initialize() 778 vertexLoadFunction = CopyNativeVertexData<GLfloat, 3, 3, 0>; in initialize() [all …]
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_format_table_autogen.mm | 2657 this->vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; 2665 this->vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; 2673 this->vertexLoadFunction = CopyNativeVertexData<GLhalf, 4, 4, 0>; 2681 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>; 2689 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>; 2697 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>; 2705 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>; 2713 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>; 2721 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>; 2731 this->vertexLoadFunction = CopyNativeVertexData<GLhalf, 3, 4, gl::Float16One>; [all …]
|
/external/angle/src/libANGLE/renderer/ |
D | copyvertex.h | 27 void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
|
D | copyvertex.inc.h | 16 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/ |
D | ConvertVertex.comp | 53 // - SintToSint, UintToUint and FloatToFloat correspond to CopyNativeVertexData() and
|