HomeSort by relevance Sort by last modified time
    Searched refs:VertexDeclarationCache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
VertexDeclarationCache.h 7 // VertexDeclarationCache.h: Defines a helper class to construct and cache vertex declarations.
23 class VertexDeclarationCache
26 VertexDeclarationCache();
27 ~VertexDeclarationCache();
VertexDeclarationCache.cpp 7 // VertexDeclarationCache.cpp: Implements a helper class to construct and cache vertex declarations.
9 #include "libGLESv2/renderer/d3d/d3d9/VertexDeclarationCache.h"
18 VertexDeclarationCache::VertexDeclarationCache() : mMaxLru(0)
35 VertexDeclarationCache::~VertexDeclarationCache()
43 gl::Error VertexDeclarationCache::applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw)
226 void VertexDeclarationCache::markStateDirty()
Renderer9.h 16 #include "libGLESv2/renderer/d3d/d3d9/VertexDeclarationCache.h"
323 VertexDeclarationCache mVertexDeclarationCache;

Completed in 1385 milliseconds