Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp159 static int typeStride(unsigned char streamType);
DDirect3DDevice8.cpp4313 int Direct3DDevice8::typeStride(unsigned char type) in typeStride() function in D3D8::Direct3DDevice8
4499 stride += typeStride((unsigned char)((*streamElement & 0x000F0000) >> 16)); in bindStreams()
4560 (char*&)buffer += typeStride(type); in bindStreams()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp191 static int typeStride(unsigned char streamType);
DDirect3DDevice9.cpp5648 int Direct3DDevice9::typeStride(unsigned char streamType) in typeStride() function in D3D9::Direct3DDevice9