Searched refs:depthStencilValue (Results 1 – 2 of 2) sorted by relevance
3497 GLuint depthStencilValue[2]; in cleartexsubimage_depth_stencil() local3506 depthStencilValue); in cleartexsubimage_depth_stencil()3510 memcpy(&depthValue, depthStencilValue, sizeof depthValue); in cleartexsubimage_depth_stencil()3511 stencilValue = depthStencilValue[1] & 0xff; in cleartexsubimage_depth_stencil()
2783 GLint depthStencilValue = 0; in TEST_P() local2790 {{reinterpret_cast<GLubyte *>(&depthStencilValue), 3}}, &source, &image); in TEST_P()