Home
last modified time | relevance | path

Searched refs:depthStencilValue (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c3499 GLuint depthStencilValue[2]; in cleartexsubimage_depth_stencil() local
3508 depthStencilValue); in cleartexsubimage_depth_stencil()
3512 memcpy(&depthValue, depthStencilValue, sizeof depthValue); in cleartexsubimage_depth_stencil()
3513 stencilValue = depthStencilValue[1] & 0xff; in cleartexsubimage_depth_stencil()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h861 const VkClearDepthStencilValue &depthStencilValue);
Dvk_helpers.cpp2444 const VkClearDepthStencilValue &depthStencilValue) in stageSubresourceClear() argument
2451 clearValue.depthStencil = depthStencilValue; in stageSubresourceClear()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DImageTest.cpp3189 GLint depthStencilValue = 0; in TEST_P() local
3196 {{reinterpret_cast<GLubyte *>(&depthStencilValue), 3}}, &source, &image); in TEST_P()