Home
last modified time | relevance | path

Searched refs:setClipPlane (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.hpp49 void setClipPlane(unsigned long index, const float *plane);
DDirect3DStateBlock8.cpp295 void Direct3DStateBlock8::setClipPlane(unsigned long index, const float *plane) in setClipPlane() function in D3D8::Direct3DStateBlock8
DDirect3DDevice8.cpp2076 renderer->setClipPlane(index, plane); in SetClipPlane()
2080 stateRecorder.back()->setClipPlane(index, plane); in SetClipPlane()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp54 void setClipPlane(unsigned long index, const float *plane);
DDirect3DStateBlock9.cpp627 void Direct3DStateBlock9::setClipPlane(unsigned long index, const float *plane) in setClipPlane() function in D3D9::Direct3DStateBlock9
DDirect3DDevice9.cpp2577 renderer->setClipPlane(index, plane); in SetClipPlane()
2581 stateRecorder->setClipPlane(index, plane); in SetClipPlane()
/external/angle/src/libANGLE/
DGLES1State.h205 void setClipPlane(unsigned int plane, const GLfloat *equation);
DContext_gles_1_0.cpp68 mState.gles1().setClipPlane(p - GL_CLIP_PLANE0, eqn); in clipPlanef()
80 mState.gles1().setClipPlane(plane - GL_CLIP_PLANE0, equationf); in clipPlanex()
DGLES1State.cpp436 void GLES1State::setClipPlane(unsigned int plane, const GLfloat *equation) in setClipPlane() function in gl::GLES1State
/external/swiftshader/src/Renderer/
DRenderer.hpp342 void setClipPlane(unsigned int index, const float plane[4]);
DRenderer.cpp2844 void Renderer::setClipPlane(unsigned int index, const float plane[4]) in setClipPlane() function in sw::Renderer
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp123 setClipPlane(i, plane); in Device()
DContext.h530 void setClipPlane(int index, const float plane[4]);
DContext.cpp3302 void Context::setClipPlane(int index, const float plane[4]) in setClipPlane() function in es1::Context
3305 device->setClipPlane(index, &clipPlane.A); in setClipPlane()
DlibGLES_CM.cpp562 context->setClipPlane(index, equation); in ClipPlanef()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp124 setClipPlane(i, plane); in Device()