Home
last modified time | relevance | path

Searched refs:StencilOp (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fStencilTests.cpp115 class StencilOp class
137StencilOp (Type type_, GLenum stencilTest_ = GL_ALWAYS, int stencil_ = 0, GLenum depthTest_ = GL_A… in StencilOp() function in deqp::gles3::Functional::StencilOp
150 static StencilOp clearStencil (int stencil) in clearStencil()
152 StencilOp op(TYPE_CLEAR_STENCIL); in clearStencil()
157 static StencilOp clearDepth (float depth) in clearDepth()
159 StencilOp op(TYPE_CLEAR_DEPTH); in clearDepth()
164 …static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFai… in quad()
166 return StencilOp(TYPE_QUAD, stencilTest, stencil, depthTest, depth, sFail, dFail, dPass); in quad()
180 …virtual void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil…
183 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops);
[all …]
/external/deqp/modules/gles2/functional/
Des2fStencilTests.cpp112 class StencilOp class
134StencilOp (Type type_, GLenum stencilTest_ = GL_ALWAYS, int stencil_ = 0, GLenum depthTest_ = GL_A… in StencilOp() function in deqp::gles2::Functional::StencilOp
147 static StencilOp clearStencil (int stencil) in clearStencil()
149 StencilOp op(TYPE_CLEAR_STENCIL); in clearStencil()
154 static StencilOp clearDepth (float depth) in clearDepth()
156 StencilOp op(TYPE_CLEAR_DEPTH); in clearDepth()
161 …static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFai… in quad()
163 return StencilOp(TYPE_QUAD, stencilTest, stencil, depthTest, depth, sFail, dFail, dPass); in quad()
177 …virtual void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil…
180 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops);
[all …]
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp94 enum StencilOp enum
179 StencilOp sFail;
180 StencilOp dpFail;
181 StencilOp dpPass;
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp46 rr::StencilOp mapGLStencilOp (deUint32 op);
DsglrReferenceUtils.cpp233 rr::StencilOp mapGLStencilOp (deUint32 op) in mapGLStencilOp()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp127 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp) in mapVkStencilOp()
DvktPipelineReferenceRenderer.hpp335 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp);
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp203 GET_PROC(StencilOp); in GrGLAssembleGLInterface()
636 GET_PROC(StencilOp); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp2794 GR_GL_CALL(gl, StencilOp(glFailOp, GR_GL_KEEP, glPassOp)); in set_gl_stencil()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp494 PFNSTENCILOPPROC StencilOp; variable
947 StencilOp = (PFNSTENCILOPPROC)IntGetProcAddress("glStencilOp"); in Switch_StencilOp()
948 StencilOp(fail, zfail, zpass); in Switch_StencilOp()
2482 StencilOp = Switch_StencilOp; in InitializeVariables()
Dgl_core_3_1.hpp1097 extern void (CODEGEN_FUNCPTR *StencilOp)(GLenum fail, GLenum zfail, GLenum zpass);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h294 void (GLAPIENTRY * StencilOp)(GLenum, GLenum, GLenum);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp810 { "glStencilOp", _O(StencilOp) },
/external/mesa3d/include/GL/
Dgl_mangle.h1645 #define glStencilOp MANGLE(StencilOp)