Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1State.cpp436 void GLES1State::setClipPlane(unsigned int plane, const GLfloat *equation) in setClipPlane() function in gl::GLES1State
/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/Renderer/
DRenderer.cpp2844 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