Home
last modified time | relevance | path

Searched refs:mCurrentIL (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DInputLayoutCache.cpp31 mCurrentIL = NULL; in InputLayoutCache()
64 mCurrentIL = NULL; in markDirty()
173 if (inputLayout != mCurrentIL) in applyVertexBuffers()
176 mCurrentIL = inputLayout; in applyVertexBuffers()
DInputLayoutCache.h69 ID3D11InputLayout *mCurrentIL; variable