Searched refs:stencilOp (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A Drenderer9_utils.h25 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp);
H A Drenderer11_utils.h27 D3D11_STENCIL_OP ConvertStencilOp(GLenum stencilOp);
H A Drenderer9_utils.cpp89 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp) argument
93 switch (stencilOp)
H A Drenderer11_utils.cpp133 D3D11_STENCIL_OP ConvertStencilOp(GLenum stencilOp) argument
137 switch (stencilOp)
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h197 virtual void stencilOp(WGC3Denum fail, WGC3Denum zfail, WGC3Denum zpass) { } function in class:WebKit::FakeWebGraphicsContext3D
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java661 private int convertStencilOperation(StencilOperation stencilOp) { argument
662 switch (stencilOp) {
680 throw new UnsupportedOperationException("Unrecognized stencil operation: " + stencilOp);
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.h375 virtual void stencilOp( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h367 virtual void stencilOp(WGC3Denum fail,
H A Dwebgraphicscontext3d_command_buffer_impl.cc1115 DELEGATE_TO_GL_3(stencilOp, StencilOp,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h218 void stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass);
H A DWebGLRenderingContext.idl596 [StrictTypeChecking] void stencilOp(GLenum fail, GLenum zfail, GLenum zpass);
H A DWebGLRenderingContext.cpp3221 void WebGLRenderingContext::stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass) function in class:WebCore::WebGLRenderingContext
3225 m_context->stencilOp(fail, zfail, zpass);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.h622 void stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass);
H A DGraphicsContext3D.cpp531 DELEGATE_TO_WEBCONTEXT_3(stencilOp, GC3Denum, GC3Denum, GC3Denum)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h342 virtual void stencilOp(WGC3Denum fail, WGC3Denum zfail, WGC3Denum zpass) = 0;
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.h290 virtual void stencilOp(WebKit::WGC3Denum fail, function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h297 virtual void stencilOp(WGC3Denum fail,
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc873 DELEGATE_TO_GL_3(stencilOp, StencilOp,

Completed in 153 milliseconds