Searched refs:setClipPlane (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3DStateBlock8.hpp | 49 void setClipPlane(unsigned long index, const float *plane);
|
D | Direct3DStateBlock8.cpp | 295 void Direct3DStateBlock8::setClipPlane(unsigned long index, const float *plane) in setClipPlane() function in D3D8::Direct3DStateBlock8
|
D | Direct3DDevice8.cpp | 2076 renderer->setClipPlane(index, plane); in SetClipPlane() 2080 stateRecorder.back()->setClipPlane(index, plane); in SetClipPlane()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DStateBlock9.hpp | 54 void setClipPlane(unsigned long index, const float *plane);
|
D | Direct3DStateBlock9.cpp | 627 void Direct3DStateBlock9::setClipPlane(unsigned long index, const float *plane) in setClipPlane() function in D3D9::Direct3DStateBlock9
|
D | Direct3DDevice9.cpp | 2579 renderer->setClipPlane(index, plane); in SetClipPlane() 2583 stateRecorder->setClipPlane(index, plane); in SetClipPlane()
|
/external/swiftshader/src/Device/ |
D | Renderer.hpp | 312 void setClipPlane(unsigned int index, const float plane[4]);
|
D | Renderer.cpp | 2312 void Renderer::setClipPlane(unsigned int index, const float plane[4]) in setClipPlane() function in sw::Renderer
|
/external/swiftshader/src/Renderer/ |
D | Renderer.hpp | 343 void setClipPlane(unsigned int index, const float plane[4]);
|
D | Renderer.cpp | 2746 void Renderer::setClipPlane(unsigned int index, const float plane[4]) in setClipPlane() function in sw::Renderer
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Device.cpp | 123 setClipPlane(i, plane); in Device()
|
D | Context.h | 530 void setClipPlane(int index, const float plane[4]);
|
D | Context.cpp | 3302 void Context::setClipPlane(int index, const float plane[4]) in setClipPlane() function in es1::Context 3305 device->setClipPlane(index, &clipPlane.A); in setClipPlane()
|
D | libGLES_CM.cpp | 562 context->setClipPlane(index, equation); in ClipPlanef()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.cpp | 124 setClipPlane(i, plane); in Device()
|