Home
last modified time | relevance | path

Searched defs:stencilValue (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DFramebufferWgpu.cpp129 uint32_t stencilValue = 0; in clear() local
633 uint32_t stencilValue, in mergeClearWithDeferredClears()
H A Dwgpu_utils.h168 uint32_t stencilValue; in ANGLE_EGL_OBJECTS_X() member
H A Dwgpu_helpers.cpp132 uint32_t stencilValue = 0; in flushSingleLevelUpdates() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.h49 GLint stencilValue; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DClear11.cpp681 const UINT stencilValue = clearParams.stencilValue & 0xFF; in clearFramebuffer() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp922 … int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate() local
1726 … int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp279 int stencilValue = stencilValues[y0 * numL0CellsX + x0]; in generateBaseClearAndDepthCommands() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp279 int stencilValue = stencilValues[y0 * numL0CellsX + x0]; in generateBaseClearAndDepthCommands() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp6066 const uint8_t stencilValue = 42; in TEST_P() local
6092 const uint32_t stencilValue = 42; in TEST_P() local
H A DFramebufferTest.cpp2701 void verifyStencil(GLuint framebuffer, int width, int height, uint32_t stencilValue) in verifyStencil()
3400 GLint stencilValue = 0xEE; in TEST_P() local
H A DClearTest.cpp108 void verifyStencil(uint32_t stencilValue, uint32_t size) in verifyStencil()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp1511 const uint8_t stencilValue = 0; in testLayeredReadBack() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp5129 uint32_t stencilValue, VkImageLayout oldLayout, VkImageLayout newLayout, in clearDepthStencilImage()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1349 uint32_t stencilValue; in verifyResultImage() local
H A DvktApiCommandBuffersTests.cpp5265 const auto stencilValue = stencilAccess.getPixStencil(x, y); in iterate() local