Home
last modified time | relevance | path

Searched refs:getColorClearValue (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp38 clearParams.colorF = state.getColorClearValue(); in GetClearParameters()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DContextMtl.mm1033 glState.getColorClearValue().red, glState.getColorClearValue().green,
1034 glState.getColorClearValue().blue, glState.getColorClearValue().alpha);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h146 const ColorF &getColorClearValue() const { return mColorClearValue; } in getColorClearValue() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp3860 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp541 SerializeColorFWithGroup(json, "ColorClearValue", state.getColorClearValue()); in SerializeContextState()
DFrameCapture.cpp3922 const gl::ColorF &currentClearColor = apiState.getColorClearValue(); in CaptureMidExecutionSetup()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1954 setClearColor(state.getColorClearValue()); in syncState()