Home
last modified time | relevance | path

Searched refs:InputLayoutKey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DInputLayoutCache.h47 struct InputLayoutKey struct
74 static std::size_t hashInputLayout(const InputLayoutKey &inputLayout); argument
75 static bool compareInputLayouts(const InputLayoutKey &a, const InputLayoutKey &b);
77 typedef std::size_t (*InputLayoutHashFunction)(const InputLayoutKey &);
78 typedef bool (*InputLayoutEqualityFunction)(const InputLayoutKey &, const InputLayoutKey &);
79 typedef std::unordered_map<InputLayoutKey,
DInputLayoutCache.cpp85 InputLayoutKey ilKey = { 0 }; in applyVertexBuffers()
194 std::size_t InputLayoutCache::hashInputLayout(const InputLayoutKey &inputLayout) in hashInputLayout()
203 bool InputLayoutCache::compareInputLayouts(const InputLayoutKey &a, const InputLayoutKey &b) in compareInputLayouts()