Home
last modified time | relevance | path

Searched defs:RunVertices (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DVertexLoaderBase.cpp180 int RunVertices(DataReader src, DataReader dst, int count) override in RunVertices() function in VertexLoaderTester
H A DVertexLoader.cpp401 int VertexLoader::RunVertices(DataReader src, DataReader dst, int count) in RunVertices() function in VertexLoader
H A DVertexLoaderX64.cpp558 int VertexLoaderX64::RunVertices(DataReader src, DataReader dst, int count) in RunVertices() function in VertexLoaderX64
H A DVertexLoaderManager.cpp252 int RunVertices(int vtx_attr_group, int primitive, int count, DataReader src, bool is_preprocess) in RunVertices() function
H A DVertexLoaderARM64.cpp611 int VertexLoaderARM64::RunVertices(DataReader src, DataReader dst, int count) in RunVertices() function in VertexLoaderARM64
/dports/emulators/dolphin-emu/dolphin-3152428/Source/UnitTests/VideoCommon/
H A DVertexLoaderTest.cpp86 void RunVertices(int count, int expected_count = -1) in RunVertices() function in VertexLoaderTest