Searched defs:InputLayoutCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DInputLayoutCache.h7 // InputLayoutCache.h: Defines InputLayoutCache, a class that builds and caches
31 class InputLayoutCache class in namespace:rx
34 InputLayoutCache();
35 virtual ~InputLayoutCache();
45 DISALLOW_COPY_AND_ASSIGN(InputLayoutCache);
H A DInputLayoutCache.cpp7 // InputLayoutCache.cpp: Defines InputLayoutCache, a class that builds and caches
10 #include "libGLESv2/renderer/d3d/d3d11/InputLayoutCache.h"
39 const unsigned int InputLayoutCache::kMaxInputLayouts = 1024;
41 InputLayoutCache::InputLayoutCache() : mInputLayoutMap(kMaxInputLayouts, hashInputLayout, compareInputLayouts) function in class:rx::InputLayoutCache
55 InputLayoutCache::~InputLayoutCache()
60 void InputLayoutCache::initialize(ID3D11Device *device, ID3D11DeviceContext *context)
67 void InputLayoutCache
[all...]

Completed in 80 milliseconds