Home
last modified time | relevance | path

Searched refs:VertexCopyFunction (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h47 VertexCopyFunction vertexLoadFunction;
91 VertexCopyFunction getVertexLoadFunction(bool compressed) const in getVertexLoadFunction()
137 VertexCopyFunction vertexLoadFunction;
138 VertexCopyFunction compressedVertexLoadFunction;
DVertexArrayVk.cpp85 VertexCopyFunction vertexLoadFunction, in StreamVertexData()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.h38 VertexCopyFunction copyFunction;
Dformatutils9.cpp573 VertexCopyFunction copyFunc, in CreateVertexFormatInfo()
/external/angle/src/libANGLE/renderer/
Dcopyvertex.h17 using VertexCopyFunction = void (*)(const uint8_t *input, variable
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.h114 VertexCopyFunction vertexLoadFunction = nullptr;
DVertexArrayMtl.mm35 VertexCopyFunction vertexLoadFunction,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp207 VertexCopyFunction copyFunctionIn) in VertexFormat()