Searched refs:InputLayoutCache (Results 1 – 4 of 4) sorted by relevance
24 const unsigned int InputLayoutCache::kMaxInputLayouts = 1024;26 InputLayoutCache::InputLayoutCache() : mInputLayoutMap(kMaxInputLayouts, hashInputLayout, compareIn… in InputLayoutCache() function in rx::InputLayoutCache40 InputLayoutCache::~InputLayoutCache() in ~InputLayoutCache()45 void InputLayoutCache::initialize(ID3D11Device *device, ID3D11DeviceContext *context) in initialize()52 void InputLayoutCache::clear() in clear()62 void InputLayoutCache::markDirty() in markDirty()73 GLenum InputLayoutCache::applyVertexBuffers(TranslatedAttribute attributes[gl::MAX_VERTEX_ATTRIBS], 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()
25 class InputLayoutCache28 InputLayoutCache();29 virtual ~InputLayoutCache();39 DISALLOW_COPY_AND_ASSIGN(InputLayoutCache);
316 InputLayoutCache mInputLayoutCache;
299 'libGLESv2/renderer/InputLayoutCache.cpp',300 'libGLESv2/renderer/InputLayoutCache.h',