Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DInputLayoutCache.cpp24 const unsigned int InputLayoutCache::kMaxInputLayouts = 1024;
26 InputLayoutCache::InputLayoutCache() : mInputLayoutMap(kMaxInputLayouts, hashInputLayout, compareIn… in InputLayoutCache() function in rx::InputLayoutCache
40 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()
DInputLayoutCache.h25 class InputLayoutCache
28 InputLayoutCache();
29 virtual ~InputLayoutCache();
39 DISALLOW_COPY_AND_ASSIGN(InputLayoutCache);
DRenderer11.h316 InputLayoutCache mInputLayoutCache;
/external/chromium_org/third_party/angle/src/
Dbuild_angle.gypi299 'libGLESv2/renderer/InputLayoutCache.cpp',
300 'libGLESv2/renderer/InputLayoutCache.h',