Home
last modified time | relevance | path

Searched defs:clearStencil (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.h48 bool clearStencil; member
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) in clearStencil() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkCmdUtil.cpp144 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const float clearDepth, const deUint32 clearStencil, const void* pNext, const VkSubpassContents contents) beginRenderPass() argument
198 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const float clearDepth, const deUint32 clearStencil, const VkSubpassContents contents) beginRenderPass() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilCopyTests.cpp117 InitializeDepthStencilTextureRegion(wgpu::Texture texture, float clearDepth, float regionDepth, uint8_t clearStencil, uint8_t regionStencil, uint32_t mipLevel = 0) InitializeDepthStencilTextureRegion() argument
150 CreateInitializeDepthStencilTextureAndCopyT2T(float clearDepth, float regionDepth, uint8_t clearStencil, uint8_t regionStencil, uint32_t width, uint32_t height, wgpu::TextureUsage usage, uint32_t mipLevel = 0) CreateInitializeDepthStencilTextureAndCopyT2T() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp81 int clearStencil; member
H A Des2fStencilTests.cpp147 static StencilOp clearStencil (int stencil) in clearStencil() function in deqp::gles2::Functional::StencilOp
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp81 int clearStencil; member
H A Des3fStencilTests.cpp150 static StencilOp clearStencil (int stencil) in clearStencil() function in deqp::gles3::Functional::StencilOp
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h39 Optional<uint32_t> clearStencil; member
H A Dmtl_state_cache.h374 uint32_t clearStencil = 0; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp235 void Device::clearStencil(unsigned int stencil, unsigned int mask) in clearStencil() function in es2::Device
/third_party/vk-gl-cts/modules/glshared/
H A DglsScissorTests.cpp835 const int clearStencil = 123; in render() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp432 const deUint32 clearStencil = 1u; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp432 const deUint32 clearStencil = 1u; in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp154 bool clearColor, clearDepth, clearStencil; in MaskedScissoredClearVariationsTestPrint() local
1665 bool clearColor, clearDepth, clearStencil; in maskedScissoredColorDepthStencilClear() local
121 ParseMaskedScissoredClearVariationsTestParams( const MaskedScissoredClearVariationsTestParams &params, bool *clearColor, bool *clearDepth, bool *clearStencil, bool *maskColor, bool *maskDepth, bool *maskStencil, bool *scissor) ParseMaskedScissoredClearVariationsTestParams() argument
1835 bool clearColor, clearDepth, clearStencil; TEST_P() local
1840 &clearStencil, &maskColor, &maskDepth, TEST_P() local
[all...]
H A DVulkanPerformanceCounterTest.cpp54 setupClearAndDrawForInvalidateTest(GLProgram *program, GLFramebuffer *framebuffer, GLTexture *texture, GLRenderbuffer *renderbuffer, bool clearStencil) setupClearAndDrawForInvalidateTest() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h93 uint32_t clearStencil; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp1122 const GLint clearStencil = attachmentInfo->clearStencil; in ExecuteRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp1483 const deUint32 clearStencil = 0u; in iterate() local
1982 const deUint32 clearStencil = 0u; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp1483 const deUint32 clearStencil = 0u; in iterate() local
1982 const deUint32 clearStencil = 0u; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.h103 bool clearStencil; member
H A DFramebufferVk.cpp436 bool clearStencil = IsMaskFlagSet(mask, static_cast<GLbitfield>(GL_STENCIL_BUFFER_BIT)); in clear() local
451 clearImpl(const gl::Context *context, gl::DrawBufferMask clearColorBuffers, bool clearDepth, bool clearStencil, const VkClearColorValue &clearColorValue, const VkClearDepthStencilValue &clearDepthStencilValue) clearImpl() argument
674 bool clearStencil = false; clearBufferiv() local
2168 mergeClearsWithDeferredClears( gl::DrawBufferMask clearColorBuffers, bool clearDepth, bool clearStencil, const VkClearColorValue &clearColorValue, const VkClearDepthStencilValue &clearDepthStencilValue) mergeClearsWithDeferredClears() argument
2205 clearWithDraw(ContextVk *contextVk, const gl::Rectangle &clearArea, gl::DrawBufferMask clearColorBuffers, bool clearDepth, bool clearStencil, gl::BlendStateExt::ColorMaskStorage::Type colorMasks, uint8_t stencilMask, const VkClearColorValue &clearColorValue, const VkClearDepthStencilValue &clearDepthStencilValue) clearWithDraw() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp453 void GLContext::clearStencil (int stencil) in clearStencil() function in sglr::GLContext
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp1641 const bool clearStencil = getStencilAttachment() != nullptr && in clearBufferfi() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp1495 const uint32_t clearStencil = 0u; in iterate() local

Completed in 45 milliseconds

12