Searched refs:setClipPlane (Results 1 – 16 of 16) 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 | 2577 renderer->setClipPlane(index, plane); in SetClipPlane() 2581 stateRecorder->setClipPlane(index, plane); in SetClipPlane()
|
/external/angle/src/libANGLE/ |
D | GLES1State.h | 205 void setClipPlane(unsigned int plane, const GLfloat *equation);
|
D | Context_gles_1_0.cpp | 68 mState.gles1().setClipPlane(p - GL_CLIP_PLANE0, eqn); in clipPlanef() 80 mState.gles1().setClipPlane(plane - GL_CLIP_PLANE0, equationf); in clipPlanex()
|
D | GLES1State.cpp | 436 void GLES1State::setClipPlane(unsigned int plane, const GLfloat *equation) in setClipPlane() function in gl::GLES1State
|
/external/swiftshader/src/Renderer/ |
D | Renderer.hpp | 342 void setClipPlane(unsigned int index, const float plane[4]);
|
D | Renderer.cpp | 2844 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()
|