Home
last modified time | relevance | path

Searched refs:GetPixelShaderFunction (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp108 …long __stdcall GetPixelShaderFunction(unsigned long handle, void *data, unsigned long *sizeOfData)…
DDirect3DDevice8.cpp1491 long Direct3DDevice8::GetPixelShaderFunction(unsigned long handle, void *data, unsigned long *size) in GetPixelShaderFunction() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h345 STDMETHOD(GetPixelShaderFunction)(THIS_ DWORD Handle,void* pData,DWORD* pSizeOfData) PURE; in DECLARE_INTERFACE_() local
447 #define IDirect3DDevice8_GetPixelShaderFunction(p,a,b,c) (p)->lpVtbl->GetPixelShaderFunction(p,a,b,…
545 #define IDirect3DDevice8_GetPixelShaderFunction(p,a,b,c) (p)->GetPixelShaderFunction(a,b,c)