Searched defs:stencilOp (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.cpp476 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp) argument
480 switch (stencilOp)
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp946 void GraphicsContext3D::stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp3027 void WebGLRenderingContext::stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass) function in class:WebCore::__anon11825::WebGLRenderingContext
3031 m_context->stencilOp(fail, zfail, zpass);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1234 void GraphicsContext3D::stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass) function in class:WebCore::GraphicsContext3D

Completed in 251 milliseconds