Searched refs:getColorClearValue (Results 1 – 7 of 7) sorted by relevance
38 clearParams.colorF = state.getColorClearValue(); in GetClearParameters()
972 glState.getColorClearValue().red, glState.getColorClearValue().green,973 glState.getColorClearValue().blue, glState.getColorClearValue().alpha);
146 const ColorF &getColorClearValue() const { return mColorClearValue; } in getColorClearValue() function
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()
638 SerializeColorFWithGroup(json, "ColorClearValue", state.getColorClearValue()); in SerializeContextState()
3598 const gl::ColorF ¤tClearColor = apiState.getColorClearValue(); in CaptureMidExecutionSetup()
1949 setClearColor(state.getColorClearValue()); in syncState()