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