HomeSort by relevance Sort by last modified time
    Searched refs:hashInputLayout (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
InputLayoutCache.h 80 static std::size_t hashInputLayout(const InputLayoutKey &inputLayout);
InputLayoutCache.cpp 41 InputLayoutCache::InputLayoutCache() : mInputLayoutMap(kMaxInputLayouts, hashInputLayout, compareInputLayouts)
226 std::size_t InputLayoutCache::hashInputLayout(const InputLayoutKey &inputLayout)

Completed in 51 milliseconds