Searched defs:sfail (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | stencil.c | 435 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/ |
D | sglrGLContext.cpp | 510 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()
|
D | sglrContextWrapper.cpp | 309 void ContextWrapper::glStencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass) in glStencilOp()
|
D | sglrReferenceContext.cpp | 2788 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/ |
D | tcuNullRenderContextFuncs.inl | 5789 GLW_APICALL void GLW_APIENTRY glStencilOpSeparate (GLenum face, GLenum sfail, GLenum dpfail, GLenum…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 4911 void CallLogWrapper::glStencilOpSeparate (glw::GLenum face, glw::GLenum sfail, glw::GLenum dpfail, …
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 5343 void glwStencilOpSeparate (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 32619 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()
|