Searched refs:setClipPlane (Results 1 - 14 of 14) sorted by relevance

/external/swiftshader/src/D3D8/
H A DDirect3DStateBlock8.hpp49 void setClipPlane(unsigned long index, const float *plane);
H A DDirect3DStateBlock8.cpp295 void Direct3DStateBlock8::setClipPlane(unsigned long index, const float *plane) function in class:D3D8::Direct3DStateBlock8
H A DDirect3DDevice8.cpp2076 renderer->setClipPlane(index, plane);
2080 stateRecorder.back()->setClipPlane(index, plane);
/external/swiftshader/src/D3D9/
H A DDirect3DStateBlock9.hpp54 void setClipPlane(unsigned long index, const float *plane);
H A DDirect3DStateBlock9.cpp627 void Direct3DStateBlock9::setClipPlane(unsigned long index, const float *plane) function in class:D3D9::Direct3DStateBlock9
H A DDirect3DDevice9.cpp2579 renderer->setClipPlane(index, plane);
2583 stateRecorder->setClipPlane(index, plane);
/external/swiftshader/src/Renderer/
H A DRenderer.hpp382 void setClipPlane(unsigned int index, const float plane[4]);
H A DRenderer.cpp2688 void Renderer::setClipPlane(unsigned int index, const float plane[4])
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.cpp123 setClipPlane(i, plane);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h530 void setClipPlane(int index, const float plane[4]);
H A DDevice.cpp123 setClipPlane(i, plane);
H A DContext.cpp3301 void Context::setClipPlane(int index, const float plane[4]) function in class:es1::Context
3304 device->setClipPlane(index, &clipPlane.A);
H A DlibGLES_CM.cpp562 context->setClipPlane(index, equation);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp124 setClipPlane(i, plane);

Completed in 242 milliseconds