Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.h49 GLint stencilValue; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.h52 GLint stencilValue; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp713 const UINT stencilValue = clearParams.stencilValue & 0xFF; in clearFramebuffer() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp711 const UINT stencilValue = clearParams.stencilValue & 0xFF; in clearFramebuffer() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilSamplingTests.cpp264 uint8_t stencilValue) { in UpdateInputStencil()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp858 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate() local
1633 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp858 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate() local
1633 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp104 void verifyStencil(uint32_t stencilValue, uint32_t size) in verifyStencil()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthStencilTests.cpp284 int stencilValue = stencilValues[y0*numL0CellsX + x0]; in generateBaseClearAndDepthCommands() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthStencilTests.cpp284 int stencilValue = stencilValues[y0*numL0CellsX + x0]; in generateBaseClearAndDepthCommands() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp85 void verifyStencil(uint32_t stencilValue, uint32_t size) in verifyStencil()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1433 const deUint8 stencilValue = 0; in testLayeredReadBack() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1433 const deUint8 stencilValue = 0; in testLayeredReadBack() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1227 deUint32 stencilValue; in verifyResultImage() local
DvktApiCommandBuffersTests.cpp4649 const auto stencilValue = stencilAccess.getPixStencil(x, y); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiImageClearingTests.cpp1227 deUint32 stencilValue; in verifyResultImage() local
DvktApiCommandBuffersTests.cpp4649 const auto stencilValue = stencilAccess.getPixStencil(x, y); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4879 deUint32 stencilValue, in clearDepthStencilImage()