Home
last modified time | relevance | path

Searched refs:setTexturePalette (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Renderer/
DSurface.hpp384 static void setTexturePalette(unsigned int *palette);
DSurface.cpp4019 void Surface::setTexturePalette(unsigned int *palette) in setTexturePalette() function in sw::Surface
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp2115 sw::Surface::setTexturePalette((unsigned int*)&palette[currentPalette]); in SetCurrentTexturePalette()
2247 sw::Surface::setTexturePalette((unsigned int*)&palette[currentPalette]); in SetPaletteEntries()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp2622 sw::Surface::setTexturePalette((unsigned int*)&palette[currentPalette]); in SetCurrentTexturePalette()
2902 sw::Surface::setTexturePalette((unsigned int*)&palette[currentPalette]); in SetPaletteEntries()