Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3497 GLuint depthStencilValue[2]; in cleartexsubimage_depth_stencil() local
3506 depthStencilValue); in cleartexsubimage_depth_stencil()
3510 memcpy(&depthValue, depthStencilValue, sizeof depthValue); in cleartexsubimage_depth_stencil()
3511 stencilValue = depthStencilValue[1] & 0xff; in cleartexsubimage_depth_stencil()
/external/angle/src/tests/gl_tests/
DImageTest.cpp2783 GLint depthStencilValue = 0; in TEST_P() local
2790 {{reinterpret_cast<GLubyte *>(&depthStencilValue), 3}}, &source, &image); in TEST_P()