Home
last modified time | relevance | path

Searched refs:getVertexLoadFunction (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_format_utils.h87 VertexCopyFunction getVertexLoadFunction() const { return mVertexLoadFunction; } in getVertexLoadFunction() function
DVertexArrayWgpu.cpp493 VertexCopyFunction copyFunction = vertexFormat.getVertexLoadFunction(); in syncClientArrays()
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp1028 vertexFormat.getVertexLoadFunction(compressed))); in syncDirtyAttrib()
1303 stride, vertexFormat.getVertexLoadFunction(compressed), divisor, in updateStreamedAttribs()
1320 stride, vertexFormat.getVertexLoadFunction(compressed), divisor, in updateStreamedAttribs()
1336 vertexFormat.getVertexLoadFunction(compressed))); in updateStreamedAttribs()
1355 combined ? nullptr : vertexFormat.getVertexLoadFunction(compressed))); in updateStreamedAttribs()
Dvk_format_utils.h138 VertexCopyFunction getVertexLoadFunction(bool compressed) const in getVertexLoadFunction() function