OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VertexDeclarationCache
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexDeclarationCache.h
7
//
VertexDeclarationCache
.h: Defines a helper class to construct and cache vertex declarations.
22
class
VertexDeclarationCache
25
VertexDeclarationCache
();
26
~
VertexDeclarationCache
();
VertexDeclarationCache.cpp
8
//
VertexDeclarationCache
.cpp: Implements a helper class to construct and cache vertex declarations.
13
#include "libGLESv2/renderer/
VertexDeclarationCache
.h"
18
VertexDeclarationCache
::
VertexDeclarationCache
() : mMaxLru(0)
35
VertexDeclarationCache
::~
VertexDeclarationCache
()
46
GLenum
VertexDeclarationCache
::applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw)
206
void
VertexDeclarationCache
::markStateDirty()
Renderer9.h
15
#include "libGLESv2/renderer/
VertexDeclarationCache
.h"
338
VertexDeclarationCache
mVertexDeclarationCache;
Completed in 529 milliseconds