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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
InputLayoutCache.cpp 8 // InputLayoutCache.cpp: Defines InputLayoutCache, a class that builds and caches
11 #include "libGLESv2/renderer/InputLayoutCache.h"
24 const unsigned int InputLayoutCache::kMaxInputLayouts = 1024;
26 InputLayoutCache::InputLayoutCache() : mInputLayoutMap(kMaxInputLayouts, hashInputLayout, compareInputLayouts)
40 InputLayoutCache::~InputLayoutCache()
45 void InputLayoutCache::initialize(ID3D11Device *device, ID3D11DeviceContext *context)
52 void InputLayoutCache::clear(
    [all...]
InputLayoutCache.h 7 // InputLayoutCache.h: Defines InputLayoutCache, a class that builds and caches
25 class InputLayoutCache
28 InputLayoutCache();
29 virtual ~InputLayoutCache();
39 DISALLOW_COPY_AND_ASSIGN(InputLayoutCache);

Completed in 26 milliseconds