OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputLayoutCache
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
InputLayoutCache.h
7
//
InputLayoutCache
.h: Defines
InputLayoutCache
, a class that builds and caches
31
class
InputLayoutCache
34
InputLayoutCache
();
35
virtual ~
InputLayoutCache
();
45
DISALLOW_COPY_AND_ASSIGN(
InputLayoutCache
);
InputLayoutCache.cpp
7
//
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)
55
InputLayoutCache
::~
InputLayoutCache
()
60
void
InputLayoutCache
::initialize(ID3D11Device *device, ID3D11DeviceContext *context)
67
void
InputLayoutCache
::clear(
[
all
...]
Renderer11.h
19
#include "libGLESv2/renderer/d3d/d3d11/
InputLayoutCache
.h"
320
InputLayoutCache
mInputLayoutCache;
Completed in 91 milliseconds