Searched refs:VertexDeclarationCache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DVertexDeclarationCache.h7 // VertexDeclarationCache.h: Defines a helper class to construct and cache vertex declarations.
22 class VertexDeclarationCache class in namespace:rx
25 VertexDeclarationCache();
26 ~VertexDeclarationCache();
H A DVertexDeclarationCache.cpp8 // VertexDeclarationCache.cpp: Implements a helper class to construct and cache vertex declarations.
13 #include "libGLESv2/renderer/d3d9/VertexDeclarationCache.h"
19 VertexDeclarationCache::VertexDeclarationCache() : mMaxLru(0) function in class:rx::VertexDeclarationCache
36 VertexDeclarationCache::~VertexDeclarationCache()
44 GLenum VertexDeclarationCache::applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw)
205 void VertexDeclarationCache::markStateDirty()
H A DRenderer9.h16 #include "libGLESv2/renderer/d3d9/VertexDeclarationCache.h"
393 VertexDeclarationCache mVertexDeclarationCache;

Completed in 640 milliseconds