Home
last modified time | relevance | path

Searched defs:setClipPlane (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp295 void Direct3DStateBlock8::setClipPlane(unsigned long index, const float *plane) in setClipPlane() function in D3D8::Direct3DStateBlock8
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp627 void Direct3DStateBlock9::setClipPlane(unsigned long index, const float *plane) in setClipPlane() function in D3D9::Direct3DStateBlock9
/external/swiftshader/src/Device/
DRenderer.cpp2312 void Renderer::setClipPlane(unsigned int index, const float plane[4]) in setClipPlane() function in sw::Renderer
/external/swiftshader/src/Renderer/
DRenderer.cpp2746 void Renderer::setClipPlane(unsigned int index, const float plane[4]) in setClipPlane() function in sw::Renderer
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp3302 void Context::setClipPlane(int index, const float plane[4]) in setClipPlane() function in es1::Context