/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.h | 48 bool clearStencil; member
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrMultisamplePixelBufferAccess.cpp | 239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) in clearStencil() function
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkCmdUtil.cpp | 144 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 D | DepthStencilCopyTests.cpp | 117 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 D | es2fDepthStencilClearTests.cpp | 81 int clearStencil; member
|
H A D | es2fStencilTests.cpp | 147 static StencilOp clearStencil (int stencil) in clearStencil() function in deqp::gles2::Functional::StencilOp [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilClearTests.cpp | 81 int clearStencil; member
|
H A D | es3fStencilTests.cpp | 150 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 D | mtl_render_utils.h | 39 Optional<uint32_t> clearStencil; member
|
H A D | mtl_state_cache.h | 374 uint32_t clearStencil = 0; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.cpp | 235 void Device::clearStencil(unsigned int stencil, unsigned int mask) in clearStencil() function in es2::Device
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsScissorTests.cpp | 835 const int clearStencil = 123; in render() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 432 const deUint32 clearStencil = 1u; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsOcclusionQueryTests.cpp | 432 const deUint32 clearStencil = 1u; in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ClearTest.cpp | 154 bool clearColor, clearDepth, clearStencil; in MaskedScissoredClearVariationsTestPrint() local 1665 bool clearColor, clearDepth, clearStencil; in maskedScissoredColorDepthStencilClear() local 121 ParseMaskedScissoredClearVariationsTestParams( const MaskedScissoredClearVariationsTestParams ¶ms, 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 D | VulkanPerformanceCounterTest.cpp | 54 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 D | Commands.h | 93 uint32_t clearStencil; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | CommandBufferGL.cpp | 1122 const GLint clearStencil = attachmentInfo->clearStencil; in ExecuteRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1483 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 D | vktImagelessFramebufferTests.cpp | 1483 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 D | UtilsVk.h | 103 bool clearStencil; member
|
H A D | FramebufferVk.cpp | 436 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 D | sglrGLContext.cpp | 453 void GLContext::clearStencil (int stencil) in clearStencil() function in sglr::GLContext
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.cpp | 1641 const bool clearStencil = getStencilAttachment() != nullptr && in clearBufferfi() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 1495 const uint32_t clearStencil = 0u; in iterate() local
|