Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.h49 GLint stencilValue; member
/external/angle/src/libANGLE/renderer/wgpu/
DFramebufferWgpu.cpp129 uint32_t stencilValue = 0; in clear() local
635 uint32_t stencilValue, in mergeClearWithDeferredClears()
Dwgpu_utils.h169 uint32_t stencilValue; in ANGLE_EGL_OBJECTS_X() member
Dwgpu_helpers.cpp133 uint32_t stencilValue = 0; in flushSingleLevelUpdates() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp681 const UINT stencilValue = clearParams.stencilValue & 0xFF; in clearFramebuffer() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
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
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp279 int stencilValue = stencilValues[y0 * numL0CellsX + x0]; in generateBaseClearAndDepthCommands() local
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp279 int stencilValue = stencilValues[y0 * numL0CellsX + x0]; in generateBaseClearAndDepthCommands() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1511 const uint8_t stencilValue = 0; in testLayeredReadBack() local
/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp6072 const uint8_t stencilValue = 42; in TEST_P() local
6098 const uint32_t stencilValue = 42; in TEST_P() local
DBlitFramebufferANGLETest.cpp1719 GLint stencilValue = 1; in BlitSampleStencilToDefault() local
DFramebufferTest.cpp2760 void verifyStencil(GLuint framebuffer, int width, int height, uint32_t stencilValue) in verifyStencil()
3459 GLint stencilValue = 0xEE; in TEST_P() local
DClearTest.cpp140 void verifyStencil(uint32_t stencilValue, uint32_t size) in verifyStencil()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp5147 uint32_t stencilValue, VkImageLayout oldLayout, VkImageLayout newLayout, in clearDepthStencilImage()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1354 uint32_t stencilValue; in verifyResultImage() local
DvktApiCommandBuffersTests.cpp5266 const auto stencilValue = stencilAccess.getPixStencil(x, y); in iterate() local