Home
last modified time | relevance | path

Searched defs:sfail (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dstencil.c435 stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum sfail, in stencil_op_separate()
475 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum sfail, GLenum zfail, in _mesa_StencilOpSeparate_no_error()
484 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) in _mesa_StencilOpSeparate()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp510 void GLContext::stencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOp()
550 void GLContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOpSeparate()
DsglrContextWrapper.cpp309 void ContextWrapper::glStencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass) in glStencilOp()
DsglrReferenceContext.cpp2788 void ReferenceContext::stencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOp()
2793 void ReferenceContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 … in stencilOpSeparate()
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl5789 GLW_APICALL void GLW_APIENTRY glStencilOpSeparate (GLenum face, GLenum sfail, GLenum dpfail, GLenum…
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl4911 void CallLogWrapper::glStencilOpSeparate (glw::GLenum face, glw::GLenum sfail, glw::GLenum dpfail, …
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl5343 void glwStencilOpSeparate (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c32619 GLenum sfail; member
32627 const GLenum sfail = cmd->sfail; in _mesa_unmarshal_StencilOpSeparate() local
32633 _mesa_marshal_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) in _mesa_marshal_StencilOpSeparate()