Home
last modified time | relevance | path

Searched refs:last_blend_equation_rgb (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp125 GLenum last_blend_equation_rgb; glGetIntegerv(GL_BLEND_EQUATION_RGB, (GLint*)&last_blend_equation_rgb); in ImGui_ImplOpenGL3_RenderDrawData() local
219 glBlendEquationSeparate(last_blend_equation_rgb, last_blend_equation_alpha); in ImGui_ImplOpenGL3_RenderDrawData()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl3.cpp398 GLenum last_blend_equation_rgb; glGetIntegerv(GL_BLEND_EQUATION_RGB, (GLint*)&last_blend_equation_rgb); in ImGui_ImplOpenGL3_RenderDrawData() local
483 glBlendEquationSeparate(last_blend_equation_rgb, last_blend_equation_alpha); in ImGui_ImplOpenGL3_RenderDrawData()

Completed in 3 milliseconds