Home
last modified time | relevance | path

Searched defs:stencilOp (Results 1 – 17 of 17) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkRenderPass.cpp54 const LoadStoreOps& stencilOp) { in init()
150 const LoadStoreOps& stencilOp) { in init()
159 const LoadStoreOps& stencilOp) { in init()
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp51 wgpu::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnOpsRenderPass() local
56 wgpu::LoadOp stencilOp) { in beginRenderPass()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp73 const LoadStoreOps& stencilOp) { in Create()
87 const LoadStoreOps& stencilOp, in Create()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp127 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp) in mapVkStencilOp()
DvktPipelineStencilTests.cpp864 const char* getShortName (VkStencilOp stencilOp) in getShortName()
DvktPipelineExtendedDynamicStateTests.cpp2677 vk::VkStencilOp stencilOp; in createExtendedDynamicStateTests() member
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp158 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp646 sw::StencilOperation ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp2100 sw::StencilOperation ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp()
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js140 'stencilOp': {3: { 0:true, 1:true, 2:true }}, property
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1906 D3D11_STENCIL_OP ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp510 void GLContext::stencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOp() function in sglr::GLContext
DsglrReferenceContext.cpp2806 void ReferenceContext::stencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOp() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h71 PFNGLSTENCILOPPROC stencilOp = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl672 glStencilOpFunc stencilOp; variable
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h144 virtual GrGLvoid stencilOp(GrGLenum fail, GrGLenum zfail, GrGLenum zpass) {} in stencilOp() function
/external/angle/src/libANGLE/
DContext.cpp7064 void Context::stencilOp(GLenum fail, GLenum zfail, GLenum zpass) in stencilOp() function in gl::Context