Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp102 …ll GetInfo(unsigned long devInfoID, void *devInfoStruct, unsigned long devInfoStructSize) override;
DDirect3DDevice8.cpp1384 …ct3DDevice8::GetInfo(unsigned long devInfoID, void *devInfoStruct, unsigned long devInfoStructSize) in GetInfo() argument
1388 if(!devInfoStruct || devInfoStructSize == 0) in GetInfo()