Searched refs:mClearColorValue (Results 1 – 2 of 2) sorted by relevance
554 mClearColorValue{},577 memset(&mClearColorValue, 0, sizeof(mClearColorValue));3860 mClearColorValue.color.float32[0] = glState.getColorClearValue().red; in syncState()3861 mClearColorValue.color.float32[1] = glState.getColorClearValue().green; in syncState()3862 mClearColorValue.color.float32[2] = glState.getColorClearValue().blue; in syncState()3863 mClearColorValue.color.float32[3] = glState.getColorClearValue().alpha; in syncState()4933 return mClearColorValue; in getClearColorValue()
1093 VkClearValue mClearColorValue; variable