Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h571 std::vector<TranslatedAttribute> mTranslatedAttribCache; variable
DRenderer9.cpp182 mTranslatedAttribCache.clear(); in release()
412 mTranslatedAttribCache.resize(getNativeCaps().maxVertexAttributes); in initializeDevice()
1353 ANGLE_TRY(mVertexDataManager->prepareVertexData(context, first, count, &mTranslatedAttribCache, in applyVertexBuffer()
1356 return mVertexDeclarationCache.applyDeclaration(context, mDevice, mTranslatedAttribCache, in applyVertexBuffer()