Home
last modified time | relevance | path

Searched defs:stencilOpSeparate (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp550 void GLContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOpSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2793 void ReferenceContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 … in stencilOpSeparate() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl471 glStencilOpSeparateFunc stencilOpSeparate; variable