Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp433 mClearColorValue{},
457 memset(&mClearColorValue, 0, sizeof(mClearColorValue));
3635 mClearColorValue.color.float32[0] = glState.getColorClearValue().red; in syncState()
3636 mClearColorValue.color.float32[1] = glState.getColorClearValue().green; in syncState()
3637 mClearColorValue.color.float32[2] = glState.getColorClearValue().blue; in syncState()
3638 mClearColorValue.color.float32[3] = glState.getColorClearValue().alpha; in syncState()
4643 return mClearColorValue; in getClearColorValue()
DContextVk.h1044 VkClearValue mClearColorValue; variable