Home
last modified time | relevance | path

Searched refs:SetLineWidthBounds (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dcontext_state.h205 void SetLineWidthBounds(GLfloat min, GLfloat max);
H A Dcontext_state.cc234 void ContextState::SetLineWidthBounds(GLfloat min, GLfloat max) { in SetLineWidthBounds() function in gpu::gles2::ContextState
H A Dgles2_cmd_decoder.cc3972 state_.SetLineWidthBounds(line_width_range_[0], line_width_range_[1]); in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dcontext_state.h206 void SetLineWidthBounds(GLfloat min, GLfloat max);
H A Dcontext_state.cc235 void ContextState::SetLineWidthBounds(GLfloat min, GLfloat max) { in SetLineWidthBounds() function in gpu::gles2::ContextState
H A Dgles2_cmd_decoder.cc3974 state_.SetLineWidthBounds(line_width_range_[0], line_width_range_[1]); in Initialize()