Searched refs:mClearDepthStencilValue (Results 1 – 2 of 2) sorted by relevance
434 mClearDepthStencilValue{},458 memset(&mClearDepthStencilValue, 0, sizeof(mClearDepthStencilValue));3641 mClearDepthStencilValue.depthStencil.depth = glState.getDepthClearValue(); in syncState()3644 mClearDepthStencilValue.depthStencil.stencil = in syncState()4648 return mClearDepthStencilValue; in getClearDepthStencilValue()
1045 VkClearValue mClearDepthStencilValue; variable